Show / Hide Table of Contents

Class NetworkAclEntriesState

Inheritance
System.Object
InputArgs
ResourceArgs
NetworkAclEntriesState
Inherited Members
ResourceArgs.Empty
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 Source

NetworkAclEntriesState()

Declaration
public NetworkAclEntriesState()

Properties

View Source

Egresses

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.