DiskResponse

data class DiskResponse(val attachedTo: String? = null, val attachmentState: String? = null, val diskName: String? = null, val iops: Int? = null, val isSystemDisk: Boolean? = null, val path: String? = null, val sizeInGb: String? = null)

Definition of Disk

Constructors

Link copied to clipboard
constructor(attachedTo: String? = null, attachmentState: String? = null, diskName: String? = null, iops: Int? = null, isSystemDisk: Boolean? = null, path: String? = null, sizeInGb: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attachedTo: String? = null

Instance attached to the disk.

Link copied to clipboard
val attachmentState: String? = null

Attachment state of the disk.

Link copied to clipboard
val diskName: String? = null

The names to use for your new Lightsail disk.

Link copied to clipboard
val iops: Int? = null

IOPS of disk.

Link copied to clipboard
val isSystemDisk: Boolean? = null

Is the Attached disk is the system disk of the Instance.

Link copied to clipboard
val path: String? = null

Path of the disk attached to the instance.

Link copied to clipboard
val sizeInGb: String? = null

Size of the disk attached to the Instance.