Skip to content

AccessGroupProps

Properties for defining a AccessGroup.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Dfs;
new AccessGroupProps {
    object AccessGroupName = null,
    object Description = null,
    object NetworkType = null
};

Properties

Name Type Description
AccessGroupName object Property accessGroupName: The Name of Access Group.
Description object Property description: The description of the access_group.
NetworkType object Property networkType: The NetworkType of Access Group.

AccessGroupNameOptional

public object AccessGroupName { get; set; }
  • Type: object

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 object Description { get; set; }
  • Type: object

Property description: The description of the access_group.

The value contains 0 to 100 characters


NetworkTypeOptional

public object NetworkType { get; set; }
  • Type: object

Property networkType: The NetworkType of Access Group.

Valid values: VPC.