Skip to content

AccessGroupProps

Properties for defining a AccessGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nas-accessgroup

Initializer

import com.aliyun.ros.cdk.nas.AccessGroupProps;
AccessGroupProps.builder()
    .accessGroupName(java.lang.String)
    .accessGroupName(IResolvable)
    .accessGroupType(java.lang.String)
    .accessGroupType(IResolvable)
//  .description(java.lang.String)
//  .description(IResolvable)
//  .fileSystemType(java.lang.String)
//  .fileSystemType(IResolvable)
    .build();

Properties

Name Type Description
accessGroupName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property accessGroupName: The name of the permission group.
accessGroupType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property accessGroupType: Permission group type, including the Vpc and Classic types.
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property description: The description of the permission group.
fileSystemType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property fileSystemType: File system type.

accessGroupNameRequired

public java.lang.Object getAccessGroupName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property accessGroupName: The name of the permission group.

Limits:

  • The name must be 3 to 64 characters in length.
  • The name must start with a letter and can contain letters, digits, underscores (_), and hyphens (-).
  • The name must be different from the name of the default permission group. The default permission group for virtual private clouds (VPCs) is named DEFAULT_VPC_GROUP_NAME.

accessGroupTypeRequired

public java.lang.Object getAccessGroupType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property accessGroupType: Permission group type, including the Vpc and Classic types.


descriptionOptional

public java.lang.Object getDescription();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property description: The description of the permission group.

Limits:

  • By default, the description of a permission group is the same as the name of the permission group. The description must be 2 to 128 characters in length.
  • The name must start with a letter and cannot start with http:\/\/ or https:\/\/.
  • The description can contain digits, colons (:), underscores (_), and hyphens (-).

fileSystemTypeOptional

public java.lang.Object getFileSystemType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property fileSystemType: File system type.

Values: standard (default), extreme