AccessControlProps
Properties for defining a AccessControl
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-accesscontrol
Initializer
using AlibabaCloud.SDK.ROS.CDK.Slb;
new AccessControlProps {
object AclName,
object AclEntries = null,
object AddressIpVersion = null,
object ResourceGroupId = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
AclName |
object |
Property aclName: The name of the access control list. |
AclEntries |
object |
Property aclEntries: A list of acl entries. |
AddressIpVersion |
object |
Property addressIpVersion: IP version. |
ResourceGroupId |
object |
Property resourceGroupId: Resource group id. |
Tags |
TagsProperty[] |
Property tags: Tags to attach to instance. |
AclName
Required
public object AclName { get; set; }
- Type: object
Property aclName: The name of the access control list.
AclEntries
Optional
public object AclEntries { get; set; }
- Type: object
Property aclEntries: A list of acl entries.
Each entry can be IP addresses or CIDR blocks. Max length: 300.
AddressIpVersion
Optional
public object AddressIpVersion { get; set; }
- Type: object
Property addressIpVersion: IP version.
Could be "ipv4" or "ipv6".
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: Resource group id.
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
Property tags: Tags to attach to instance.
Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.