com.pulumi.gcp.compute.kotlin.inputs.RegionPerInstanceConfigPreservedStateArgs.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.RegionPerInstanceConfigPreservedStateArgs.builder
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property disks Stateful disks for the instance.
* Structure is documented below.
* @property externalIps Preserved external IPs defined for this instance. This map is keyed with the name of the network interface.
* Structure is documented below.
* @property internalIps Preserved internal IPs defined for this instance. This map is keyed with the name of the network interface.
* Structure is documented below.
* @property metadata Preserved metadata defined for this instance. This is a list of key->value pairs.
*/
public data class RegionPerInstanceConfigPreservedStateArgs(
public val disks: Output>? = null,
public val externalIps: Output>? = null,
public val internalIps: Output>? = null,
public val metadata: Output
© 2015 - 2024 Weber Informatics LLC | Privacy Policy