InstanceFromMachineImageBootDiskInitializeParams

data class InstanceFromMachineImageBootDiskInitializeParams(val enableConfidentialCompute: Boolean? = null, val image: String? = null, val labels: Map<String, String>? = null, val provisionedIops: Int? = null, val provisionedThroughput: Int? = null, val resourceManagerTags: Map<String, String>? = null, val size: Int? = null, val storagePool: String? = null, val type: String? = null)

Constructors

constructor(enableConfidentialCompute: Boolean? = null, image: String? = null, labels: Map<String, String>? = null, provisionedIops: Int? = null, provisionedThroughput: Int? = null, resourceManagerTags: Map<String, String>? = null, size: Int? = null, storagePool: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A flag to enable confidential compute mode on boot disk

Link copied to clipboard
val image: String? = null

The image from which this disk was initialised.

Link copied to clipboard
val labels: Map<String, String>? = null

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

Link copied to clipboard
val provisionedIops: Int? = null

Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle.

Link copied to clipboard

Indicates how much throughput to provision for the disk. This sets the number of throughput mb per second that the disk can handle.

Link copied to clipboard

A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.

Link copied to clipboard
val size: Int? = null

The size of the image in gigabytes.

Link copied to clipboard
val storagePool: String? = null

The URL of the storage pool in which the new disk is created

Link copied to clipboard
val type: String? = null

The Google Compute Engine disk type. Such as pd-standard, pd-ssd or pd-balanced.