GetInstanceBootDiskInitializeParam

data class GetInstanceBootDiskInitializeParam(val image: String, val labels: Map<String, Any>, val resourceManagerTags: Map<String, Any>, val size: Int, val type: String)

Constructors

Link copied to clipboard
constructor(image: String, labels: Map<String, Any>, resourceManagerTags: Map<String, Any>, size: Int, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The image from which this disk was initialised.

Link copied to clipboard

A set of key/value label pairs assigned to the disk.

Link copied to clipboard
Link copied to clipboard
val size: Int

The size of the image in gigabytes.

Link copied to clipboard

The accelerator type resource exposed to this instance. E.g. nvidia-tesla-k80.