GetAccessGroupsGroup

data class GetAccessGroupsGroup(val accessGroupId: String, val accessGroupName: String, val createTime: String, val description: String, val id: String, val mountPointCount: Int, val networkType: String, val ruleCount: Int)

Constructors

Link copied to clipboard
constructor(accessGroupId: String, accessGroupName: String, createTime: String, description: String, id: String, mountPointCount: Int, networkType: String, ruleCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The length of description does not exceed 100 bytes.

Link copied to clipboard

The Name of Access Group. The length Of access_group_name does not exceed 100 bytes.

Link copied to clipboard

The CreateTime of Access Group.

Link copied to clipboard

The Description of Access Group. The length Of description does not exceed 100 bytes.

Link copied to clipboard
val id: String

The ID of the Access Group.

Link copied to clipboard

The Number of attached mountpoint.

Link copied to clipboard

The NetworkType of Access Group. Valid values: VPC.

Link copied to clipboard

The Number of access rule.