Class: Google::Cloud::NetApp::V1::RestoreParameters
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::RestoreParameters
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/volume.rb
Overview
The RestoreParameters if volume is created from a snapshot or backup.
Instance Attribute Summary collapse
-
#source_backup ⇒ ::String
Full name of the backup resource.
-
#source_snapshot ⇒ ::String
Full name of the snapshot resource.
Instance Attribute Details
#source_backup ⇒ ::String
Returns Full name of the backup resource. Format: projects/{project}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}.
482 483 484 485 |
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 482 class RestoreParameters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_snapshot ⇒ ::String
Returns Full name of the snapshot resource. Format: projects/{project}/locations/{location}/volumes/{volume}/snapshots/{snapshot}.
482 483 484 485 |
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 482 class RestoreParameters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |