Reference documentation and code samples for the NetApp V1 API class Google::Cloud::NetApp::V1::RestoreParameters.
The RestoreParameters if volume is created from a snapshot or backup.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#source_backup
def source_backup() -> ::String
-
(::String) — Full name of the backup resource.
Format:
projects/{project}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}
Note: The following fields are mutually exclusive:
source_backup
,source_snapshot
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#source_backup=
def source_backup=(value) -> ::String
-
value (::String) — Full name of the backup resource.
Format:
projects/{project}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}
Note: The following fields are mutually exclusive:
source_backup
,source_snapshot
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Full name of the backup resource.
Format:
projects/{project}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}
Note: The following fields are mutually exclusive:
source_backup
,source_snapshot
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#source_snapshot
def source_snapshot() -> ::String
-
(::String) — Full name of the snapshot resource.
Format:
projects/{project}/locations/{location}/volumes/{volume}/snapshots/{snapshot}
Note: The following fields are mutually exclusive:
source_snapshot
,source_backup
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#source_snapshot=
def source_snapshot=(value) -> ::String
-
value (::String) — Full name of the snapshot resource.
Format:
projects/{project}/locations/{location}/volumes/{volume}/snapshots/{snapshot}
Note: The following fields are mutually exclusive:
source_snapshot
,source_backup
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Full name of the snapshot resource.
Format:
projects/{project}/locations/{location}/volumes/{volume}/snapshots/{snapshot}
Note: The following fields are mutually exclusive:
source_snapshot
,source_backup
. If a field in that set is populated, all other fields in the set will automatically be cleared.