AccessGroupProps
Properties for defining a AccessGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dfs-accessgroup
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdfs"
&alicloudroscdkdfs.AccessGroupProps {
AccessGroupName: interface{},
Description: interface{},
NetworkType: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
AccessGroupName |
interface{} |
Property accessGroupName: The Name of Access Group. |
Description |
interface{} |
Property description: The description of the access_group. |
NetworkType |
interface{} |
Property networkType: The NetworkType of Access Group. |
AccessGroupNameOptional
AccessGroupName interface{}
- Type: interface{}
Property accessGroupName: The Name of Access Group.
The naming rules are as follows: The value contains 6 to 100 characters. Globally unique and cannot be an empty string.
DescriptionOptional
Description interface{}
- Type: interface{}
Property description: The description of the access_group.
The value contains 0 to 100 characters
NetworkTypeOptional
NetworkType interface{}
- Type: interface{}
Property networkType: The NetworkType of Access Group.
Valid values: VPC.