Class NetworkAclEntriesState
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 NetworkAclEntriesState : ResourceArgs
Constructors
View SourceNetworkAclEntriesState()
Declaration
public NetworkAclEntriesState()
Properties
View SourceEgresses
List of the egress entries of the network acl. The order of the egress entries determines the priority. The details see Block Egress.
Declaration
public InputList<NetworkAclEntriesEgressGetArgs> Egresses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<NetworkAclEntriesEgressGetArgs> |
Ingresses
List of the ingress entries of the network acl. The order of the ingress entries determines the priority. The details see Block Ingress.
Declaration
public InputList<NetworkAclEntriesIngressGetArgs> Ingresses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<NetworkAclEntriesIngressGetArgs> |
NetworkAclId
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> |