Class NetworkAclAttachmentArgs
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
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class NetworkAclAttachmentArgs : ResourceArgs
Constructors
View SourceNetworkAclAttachmentArgs()
Declaration
public NetworkAclAttachmentArgs()
Properties
View SourceNetworkAclId
The id of the network acl, the field can't be changed.
Declaration
public Input<string> NetworkAclId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Resources
List of the resources associated with the network acl. The details see Block Resources.
Declaration
public InputList<NetworkAclAttachmentResourceArgs> Resources { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<NetworkAclAttachmentResourceArgs> |