AclProps
Properties for defining a Acl
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-acl
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkga"
&alicloudroscdkga.AclProps {
AddressIpVersion: interface{},
AclEntries: interface{},
AclName: interface{},
ResourceGroupId: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkga.RosAcl.TagsProperty,
}
Properties
Name | Type | Description |
---|---|---|
AddressIpVersion |
interface{} |
Property addressIpVersion: The IP version of the ACL. |
AclEntries |
interface{} |
Property aclEntries: The entries of IP addresses or CIDR blocks to add to the ACL. |
AclName |
interface{} |
Property aclName: The name of the ACL. |
ResourceGroupId |
interface{} |
Property resourceGroupId: The ID of the resource group. |
Tags |
*[]TagsProperty |
Property tags: Tags of the ACL. |
AddressIpVersion
Required
AddressIpVersion interface{}
- Type: interface{}
Property addressIpVersion: The IP version of the ACL.
AclEntries
Optional
AclEntries interface{}
- Type: interface{}
Property aclEntries: The entries of IP addresses or CIDR blocks to add to the ACL.
You can add up to 20 entries.
AclName
Optional
AclName interface{}
- Type: interface{}
Property aclName: The name of the ACL.
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: The ID of the resource group.
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
Property tags: Tags of the ACL.