GetInstancesInstanceDiskDeviceMapping

data class GetInstancesInstanceDiskDeviceMapping(val category: String, val device: String, val diskId: String, val diskName: String, val size: Int, val type: String)

Constructors

Link copied to clipboard
constructor(category: String, device: String, diskId: String, diskName: String, size: Int, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cloud disk category.

Link copied to clipboard

Device information of the created disk: such as /dev/xvdb.

Link copied to clipboard

The ID of the Disk.

Link copied to clipboard

The name of the Disk.

Link copied to clipboard
val size: Int

Size of the created disk.

Link copied to clipboard

Cloud disk type: system disk or data disk.