InstanceDiskArgs

data class InstanceDiskArgs(val attachedTo: Output<String>? = null, val attachmentState: Output<String>? = null, val diskName: Output<String>, val iops: Output<Int>? = null, val isSystemDisk: Output<Boolean>? = null, val path: Output<String>, val sizeInGb: Output<String>? = null) : ConvertibleToJava<InstanceDiskArgs>

Disk associated with the Instance.

Constructors

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

Properties

Link copied to clipboard
val attachedTo: Output<String>? = null

Instance attached to the disk.

Link copied to clipboard
val attachmentState: Output<String>? = null

Attachment state of the disk.

Link copied to clipboard
val diskName: Output<String>

The names to use for your new Lightsail disk.

Link copied to clipboard
val iops: Output<Int>? = null

IOPS of disk.

Link copied to clipboard
val isSystemDisk: Output<Boolean>? = null

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

Link copied to clipboard
val path: Output<String>

Path of the disk attached to the instance.

Link copied to clipboard
val sizeInGb: Output<String>? = null

Size of the disk attached to the Instance.

Functions

Link copied to clipboard
open override fun toJava(): InstanceDiskArgs