GetMountPointsPoint

data class GetMountPointsPoint(val accessGroupId: String, val createTime: String, val description: String, val fileSystemId: String, val id: String, val mountPointDomain: String, val mountPointId: String, val networkType: String, val status: String, val vpcId: String, val vswitchId: String)

Constructors

Link copied to clipboard
constructor(accessGroupId: String, createTime: String, description: String, fileSystemId: String, id: String, mountPointDomain: String, mountPointId: String, networkType: String, status: String, vpcId: String, vswitchId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Access Group.

Link copied to clipboard

The created time of the Mount Point.

Link copied to clipboard

The description of the Mount Point.

Link copied to clipboard

The ID of the File System.

Link copied to clipboard
val id: String

The ID of the Mount Point.

Link copied to clipboard

The domain name of the Mount Point.

Link copied to clipboard

The ID of the Mount Point.

Link copied to clipboard

The network type of the Mount Point. Valid values: VPC.

Link copied to clipboard

The status of the Mount Point. Valid values: Active, Inactive.

Link copied to clipboard

The ID of the VPC network.

Link copied to clipboard

The vswitch id.