com.pulumi.gcp.compute.kotlin.inputs.ResourcePolicySnapshotSchedulePolicySnapshotPropertiesArgs.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.ResourcePolicySnapshotSchedulePolicySnapshotPropertiesArgs.builder
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Boolean
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property chainName Creates the new snapshot in the snapshot chain labeled with the
* specified name. The chain name must be 1-63 characters long and comply
* with RFC1035.
* @property guestFlush Whether to perform a 'guest aware' snapshot.
* @property labels A set of key-value pairs.
* @property storageLocations Cloud Storage bucket location to store the auto snapshot
* (regional or multi-regional)
*/
public data class ResourcePolicySnapshotSchedulePolicySnapshotPropertiesArgs(
public val chainName: Output? = null,
public val guestFlush: Output? = null,
public val labels: Output
© 2015 - 2024 Weber Informatics LLC | Privacy Policy