AccessGroupProps
Properties for defining a AccessGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dfs-accessgroup
Initializer
import com.aliyun.ros.cdk.dfs.AccessGroupProps;
AccessGroupProps.builder()
// .accessGroupName(java.lang.String)
// .accessGroupName(IResolvable)
// .description(java.lang.String)
// .description(IResolvable)
// .networkType(java.lang.String)
// .networkType(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
accessGroupName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property accessGroupName: The Name of Access Group. |
description |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property description: The description of the access_group. |
networkType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property networkType: The NetworkType of Access Group. |
accessGroupName
Optional
public java.lang.Object getAccessGroupName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
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.
description
Optional
public java.lang.Object getDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property description: The description of the access_group.
The value contains 0 to 100 characters
networkType
Optional
public java.lang.Object getNetworkType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property networkType: The NetworkType of Access Group.
Valid values: VPC.