Class NetworkAclEntriesArgs
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 NetworkAclEntriesArgs : ResourceArgs
Constructors
View SourceNetworkAclEntriesArgs()
Declaration
public NetworkAclEntriesArgs()
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<NetworkAclEntriesEgressArgs> Egresses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<NetworkAclEntriesEgressArgs> |
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<NetworkAclEntriesIngressArgs> Ingresses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<NetworkAclEntriesIngressArgs> |
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> |