RestoreInstanceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)RestoreInstanceRequest restores an existing instance's file share from a backup.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
name |
str
Required. The resource name of the instance, in the format projects/{project_number}/locations/{location_id}/instances/{instance_id}.
|
file_share |
str
Required. Name of the file share in the Filestore instance that the backup is being restored to. |
source_backup |
str
The resource name of the backup, in the format projects/{project_number}/locations/{location_id}/backups/{backup_id}.
This field is a member of oneof_ source.
|