Skip to content

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.

accessGroupNameOptional

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.


descriptionOptional

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


networkTypeOptional

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.