Class NetworkAclAttachmentResourceArgs
Inherited Members
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 SourceNetworkAclAttachmentResourceArgs()
Declaration
public NetworkAclAttachmentResourceArgs()
Properties
View SourceResourceId
The resource id that the network acl will associate with.
Declaration
public Input<string> ResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |