NetApp V1 API - Class Google::Cloud::NetApp::V1::RestoreParameters (v0.5.1)

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
Returns
  • (::String) — Full name of the backup resource. Format: projects/{project}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}

#source_backup=

def source_backup=(value) -> ::String
Parameter
  • value (::String) — Full name of the backup resource. Format: projects/{project}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}
Returns
  • (::String) — Full name of the backup resource. Format: projects/{project}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}

#source_snapshot

def source_snapshot() -> ::String
Returns
  • (::String) — Full name of the snapshot resource. Format: projects/{project}/locations/{location}/volumes/{volume}/snapshots/{snapshot}

#source_snapshot=

def source_snapshot=(value) -> ::String
Parameter
  • value (::String) — Full name of the snapshot resource. Format: projects/{project}/locations/{location}/volumes/{volume}/snapshots/{snapshot}
Returns
  • (::String) — Full name of the snapshot resource. Format: projects/{project}/locations/{location}/volumes/{volume}/snapshots/{snapshot}