Class NetworkAclAttachmentState
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 NetworkAclAttachmentState : ResourceArgs
Constructors
View SourceNetworkAclAttachmentState()
Declaration
public NetworkAclAttachmentState()
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<NetworkAclAttachmentResourceGetArgs> Resources { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<NetworkAclAttachmentResourceGetArgs> |