Show / Hide Table of Contents

Class NetworkAclAttachmentArgs

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

Constructors

View Source

NetworkAclAttachmentArgs()

Declaration
public NetworkAclAttachmentArgs()

Properties

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

Resources

List of the resources associated with the network acl. The details see Block Resources.

Declaration
public InputList<NetworkAclAttachmentResourceArgs> Resources { get; set; }
Property Value
Type Description
InputList<NetworkAclAttachmentResourceArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.