Volume Restore Parameters
data class VolumeRestoreParameters(val sourceBackup: String? = null, val sourceSnapshot: String? = null)
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}}
.