PersistentDiskResponse

data class PersistentDiskResponse(val mountPath: String? = null, val sizeInGB: Int? = null, val usedInGB: Int)

Persistent disk payload

Constructors

Link copied to clipboard
constructor(mountPath: String? = null, sizeInGB: Int? = null, usedInGB: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mountPath: String? = null

Mount path of the persistent disk

Link copied to clipboard
val sizeInGB: Int? = null

Size of the persistent disk in GB

Link copied to clipboard

Size of the used persistent disk in GB