Show / Hide Table of Contents

Class NetworkAclAttachmentResourceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NetworkAclAttachmentResourceArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Vpc.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class NetworkAclAttachmentResourceArgs : ResourceArgs

Constructors

View Source

NetworkAclAttachmentResourceArgs()

Declaration
public NetworkAclAttachmentResourceArgs()

Properties

View Source

ResourceId

The resource id that the network acl will associate with.

Declaration
public Input<string> ResourceId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceType

The resource id that the network acl will associate with. Only support VSwitch now.

Declaration
public Input<string> ResourceType { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.