Volume Restore Parameters Args
data class VolumeRestoreParametersArgs(val sourceBackup: Output<String>? = null, val sourceSnapshot: Output<String>? = null) : ConvertibleToJava<VolumeRestoreParametersArgs>
Properties
Link copied to clipboard
Full name of the backup 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
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}}
.