AccessControlProps
Properties for defining a AccessControl
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-accesscontrol
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkslb"
&alicloudroscdkslb.AccessControlProps {
AclName: interface{},
AclEntries: interface{},
AddressIpVersion: interface{},
ResourceGroupId: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkslb.RosAccessControl.TagsProperty,
}
Properties
Name | Type | Description |
---|---|---|
AclName |
interface{} |
Property aclName: The name of the access control list. |
AclEntries |
interface{} |
Property aclEntries: A list of acl entries. |
AddressIpVersion |
interface{} |
Property addressIpVersion: IP version. |
ResourceGroupId |
interface{} |
Property resourceGroupId: Resource group id. |
Tags |
*[]TagsProperty |
Property tags: Tags to attach to instance. |
AclName
Required
AclName interface{}
- Type: interface{}
Property aclName: The name of the access control list.
AclEntries
Optional
AclEntries interface{}
- Type: interface{}
Property aclEntries: A list of acl entries.
Each entry can be IP addresses or CIDR blocks. Max length: 300.
AddressIpVersion
Optional
AddressIpVersion interface{}
- Type: interface{}
Property addressIpVersion: IP version.
Could be "ipv4" or "ipv6".
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: Resource group id.
Tags
Optional
Tags *[]TagsProperty
- 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.