Show / Hide Table of Contents

Class AclArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AclArgs
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.Slb
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class AclArgs : ResourceArgs

Constructors

View Source

AclArgs()

Declaration
public AclArgs()

Properties

View Source

EntryLists

A list of entry (IP addresses or CIDR blocks) to be added. At most 50 etnry can be supported in one resource. It contains two sub-fields as Entry Block follows.

Declaration
public InputList<AclEntryListArgs> EntryLists { get; set; }
Property Value
Type Description
InputList<AclEntryListArgs>
View Source

IpVersion

The IP Version of access control list is the type of its entry (IP addresses or CIDR blocks). It values ipv4/ipv6. Our plugin provides a default ip_version: "ipv4".

Declaration
public Input<string> IpVersion { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

Name of the access control list.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceGroupId

Resource group ID.

Declaration
public Input<string> ResourceGroupId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.