Class: Google::Cloud::NetApp::V1::RestoreParameters

Inherits:
Object
  • Object
show all
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

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}

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.

Returns:

  • (::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.



508
509
510
511
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 508

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}

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.

Returns:

  • (::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.



508
509
510
511
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 508

class RestoreParameters
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end