OsDiskResponse

data class OsDiskResponse(val createOption: String? = null, val deleteOption: String? = null, val diskSizeGB: Double)

Constructors

Link copied to clipboard
constructor(createOption: String? = null, deleteOption: String? = null, diskSizeGB: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createOption: String? = null

The strategy for creating the OS disk.

Link copied to clipboard
val deleteOption: String? = null

The strategy for deleting the OS disk.

Link copied to clipboard

The size of the disk. Required if the createOption is Ephemeral. Allocations are measured in gibibytes.