Show / Hide Table of Contents

Class NetworkAclEntriesArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NetworkAclEntriesArgs
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 NetworkAclEntriesArgs : ResourceArgs

Constructors

View Source

NetworkAclEntriesArgs()

Declaration
public NetworkAclEntriesArgs()

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<NetworkAclEntriesEgressArgs> Egresses { get; set; }
Property Value
Type Description
InputList<NetworkAclEntriesEgressArgs>
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<NetworkAclEntriesIngressArgs> Ingresses { get; set; }
Property Value
Type Description
InputList<NetworkAclEntriesIngressArgs>
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.