ExportDataRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Export data from Managed Lustre to a Cloud Storage bucket.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
lustre_path |
google.cloud.lustre_v1.types.LustrePath
The root directory path to the Managed Lustre file system. Must start with / . Default is / .
This field is a member of oneof _ source .
|
gcs_path |
google.cloud.lustre_v1.types.GcsPath
The URI to a Cloud Storage bucket, or a path within a bucket, using the format gs:// . If a
path inside the bucket is specified, it must end with a
forward slash (/ ).
This field is a member of oneof _ destination .
|
name |
str
Required. The name of the Managed Lustre instance in the format projects/{project}/locations/{location}/instances/{instance} .
|
request_id |
str
Optional. UUID to identify requests. |
service_account |
str
Optional. User-specified service account used to perform the transfer. If unspecified, the Managed Lustre service agent is used. |