InstanceDisk

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

Disk associated with the Instance.

Constructors

Link copied to clipboard
constructor(attachedTo: String? = null, attachmentState: String? = null, diskName: String, iops: Int? = null, isSystemDisk: Boolean? = null, path: String, 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

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

Path of the disk attached to the instance.

Link copied to clipboard
val sizeInGb: String? = null

Size of the disk attached to the Instance.