GetDesktopsDesktop

data class GetDesktopsDesktop(val cpu: Int, val createTime: String, val desktopId: String, val desktopName: String, val desktopType: String, val directoryId: String, val endUserIds: List<String>, val expiredTime: String, val id: String, val imageId: String, val memory: String, val networkInterfaceId: String, val paymentType: String, val policyGroupId: String, val status: String, val systemDiskSize: Int)

Constructors

Link copied to clipboard
constructor(cpu: Int, createTime: String, desktopId: String, desktopName: String, desktopType: String, directoryId: String, endUserIds: List<String>, expiredTime: String, id: String, imageId: String, memory: String, networkInterfaceId: String, paymentType: String, policyGroupId: String, status: String, systemDiskSize: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpu: Int

The number of CPUs.

Link copied to clipboard

The creation time of the Desktop.

Link copied to clipboard

The desktop id of the Desktop.

Link copied to clipboard

The desktop name of the Desktop.

Link copied to clipboard

The desktop type of the Desktop.

Link copied to clipboard

The directory id of the Desktop.

Link copied to clipboard

The desktop end user id of the Desktop.

Link copied to clipboard

The expired time of the Desktop.

Link copied to clipboard
val id: String

The ID of the Desktop.

Link copied to clipboard

The image id of the Desktop.

Link copied to clipboard

The memory of the Desktop.

Link copied to clipboard

The network interface id of the Desktop.

Link copied to clipboard

The payment type of the Desktop.

Link copied to clipboard

The policy group id of the Desktop.

Link copied to clipboard

The status of the Desktop. Valid values: Deleted, Expired, Pending, Running, Starting, Stopped, Stopping.

Link copied to clipboard

The system disk size of the Desktop.