com.pulumi.gcp.compute.kotlin.inputs.InstanceFromTemplateBootDiskInitializeParamsArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-gcp-kotlin Show documentation
Show all versions of pulumi-gcp-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.compute.kotlin.inputs
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.gcp.compute.inputs.InstanceFromTemplateBootDiskInitializeParamsArgs.builder
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Any
import kotlin.Boolean
import kotlin.Int
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property enableConfidentialCompute A flag to enable confidential compute mode on boot disk
* @property image The image from which this disk was initialised.
* @property labels A set of key/value label pairs assigned to the disk.
* @property provisionedIops Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle.
* @property provisionedThroughput Indicates how much throughput to provision for the disk. This sets the number of throughput mb per second that the disk can handle.
* @property resourceManagerTags 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.
* @property size The size of the image in gigabytes.
* @property type The Google Compute Engine disk type. Such as pd-standard, pd-ssd or pd-balanced.
*/
public data class InstanceFromTemplateBootDiskInitializeParamsArgs(
public val enableConfidentialCompute: Output? = null,
public val image: Output? = null,
public val labels: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy