VolumeRestoreParametersArgs

data class VolumeRestoreParametersArgs(val sourceBackup: Output<String>? = null, val sourceSnapshot: Output<String>? = null) : ConvertibleToJava<VolumeRestoreParametersArgs>

Constructors

Link copied to clipboard
constructor(sourceBackup: Output<String>? = null, sourceSnapshot: Output<String>? = null)

Properties

Link copied to clipboard
val sourceBackup: Output<String>? = null

Full name of the snapshot to use for creating this volume. source_snapshot and source_backup cannot be used simultaneously. Format: projects/{{project}}/locations/{{location}}/backupVaults/{{backupVaultId}}/backups/{{backup}}.

Link copied to clipboard
val sourceSnapshot: Output<String>? = null

Full name of the snapshot to use for creating this volume. source_snapshot and source_backup cannot be used simultaneously. Format: projects/{{project}}/locations/{{location}}/volumes/{{volume}}/snapshots/{{snapshot}}.

Functions

Link copied to clipboard
open override fun toJava(): VolumeRestoreParametersArgs