Reference documentation and code samples for the NetApp V1 API class Google::Cloud::NetApp::V1::RestoreBackupFilesRequest.
RestoreBackupFilesRequest restores files from a backup to a volume.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#backup
def backup() -> ::String
Returns
-
(::String) — Required. The backup resource name, in the format
projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}
#backup=
def backup=(value) -> ::String
Parameter
-
value (::String) — Required. The backup resource name, in the format
projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}
Returns
-
(::String) — Required. The backup resource name, in the format
projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}
#file_list
def file_list() -> ::Array<::String>
Returns
- (::Array<::String>) — Required. List of files to be restored, specified by their absolute path in the source volume.
#file_list=
def file_list=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Required. List of files to be restored, specified by their absolute path in the source volume.
Returns
- (::Array<::String>) — Required. List of files to be restored, specified by their absolute path in the source volume.
#name
def name() -> ::String
Returns
-
(::String) — Required. The volume resource name, in the format
projects/{project_id}/locations/{location}/volumes/{volume_id}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The volume resource name, in the format
projects/{project_id}/locations/{location}/volumes/{volume_id}
Returns
-
(::String) — Required. The volume resource name, in the format
projects/{project_id}/locations/{location}/volumes/{volume_id}
#restore_destination_path
def restore_destination_path() -> ::String
Returns
-
(::String) — Optional. Absolute directory path in the destination volume. This is
required if the
file_listis provided.
#restore_destination_path=
def restore_destination_path=(value) -> ::String
Parameter
-
value (::String) — Optional. Absolute directory path in the destination volume. This is
required if the
file_listis provided.
Returns
-
(::String) — Optional. Absolute directory path in the destination volume. This is
required if the
file_listis provided.