File: //snap/google-cloud-cli/396/help/man/man1/gcloud_lustre_instances_import-data.1
.TH "GCLOUD_LUSTRE_INSTANCES_IMPORT\-DATA" 1
.SH "NAME"
.HP
gcloud lustre instances import\-data \- imports data from Cloud Storage to Managed Lustre instance
.SH "SYNOPSIS"
.HP
\f5gcloud lustre instances import\-data\fR (\fIINSTANCE\fR\ :\ \fB\-\-location\fR=\fILOCATION\fR) \fB\-\-gcs\-path\-uri\fR=\fIGCS_PATH_URI\fR [\fB\-\-async\fR] [\fB\-\-lustre\-path\fR=\fILUSTRE_PATH\fR] [\fB\-\-request\-id\fR=\fIREQUEST_ID\fR] [\fB\-\-service\-account\fR=\fISERVICE_ACCOUNT\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
Imports data from Cloud Storage to Managed Lustre instance.
.SH "EXAMPLES"
To import data from \f5gs://my\-bucket\fR storage to \f5my\-instance\fR run:
.RS 2m
$ gcloud lustre instances import\-data my\-instance \e
\-\-location=us\-central\-a \-\-gcs\-path\-uri=gs://my_bucket \e
\-\-lustre\-path='/path/to/lustre/dir'
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
Instance resource \- The name of the Managed Lustre instance in the format
\f5projects/{project}/locations/{location}/instances/{instance}\fR. The
arguments in this group can be used to specify the attributes of this resource.
(NOTE) Some attributes are not given arguments in this group but can be set in
other ways.
To set the \f5project\fR attribute:
.RS 2m
.IP "\(em" 2m
provide the argument \f5instance\fR on the command line with a fully specified
name;
.IP "\(em" 2m
provide the argument \f5\-\-project\fR on the command line;
.IP "\(em" 2m
set the property \f5core/project\fR.
.RE
.sp
This must be specified.
.RS 2m
.TP 2m
\fIINSTANCE\fR
ID of the instance or fully qualified identifier for the instance.
To set the \f5instance\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5instance\fR on the command line.
.RE
.sp
This positional argument must be specified if any of the other arguments in this
group are specified.
.TP 2m
\fB\-\-location\fR=\fILOCATION\fR
The location id of the instance resource.
To set the \f5location\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5instance\fR on the command line with a fully specified
name;
.IP "\(bu" 2m
provide the argument \f5\-\-location\fR on the command line.
.RE
.sp
.RE
.RE
.sp
.SH "REQUIRED FLAGS"
.RS 2m
.TP 2m
\fB\-\-gcs\-path\-uri\fR=\fIGCS_PATH_URI\fR
The URI to a Cloud Storage bucket, or a path within a bucket, using the format
\f5gs://<bucket_name>/<optional_path_inside_bucket>/\fR. If a path inside the
bucket is specified, it must end with a forward slash (\f5/\fR).
.RE
.sp
.SH "OPTIONAL FLAGS"
.RS 2m
.TP 2m
\fB\-\-async\fR
Return immediately, without waiting for the operation in progress to complete.
.TP 2m
\fB\-\-lustre\-path\fR=\fILUSTRE_PATH\fR
The root directory path to the Managed Lustre file system. Must start with
\f5/\fR. Default is \f5/\fR. If you're importing data into Managed Lustre, any
path other than the default must already exist on the file system.
.TP 2m
\fB\-\-request\-id\fR=\fIREQUEST_ID\fR
UUID to identify requests.
.TP 2m
ServiceAccount resource \- User\-specified service account used to perform the
transfer. If unspecified, the default Managed Lustre service agent will be used.
This represents a Cloud resource. (NOTE) Some attributes are not given arguments
in this group but can be set in other ways.
To set the \f5project\fR attribute:
.RS 2m
.IP "\(em" 2m
provide the argument \f5\-\-service\-account\fR on the command line with a fully
specified name;
.IP "\(em" 2m
provide the argument \f5\-\-project\fR on the command line;
.IP "\(em" 2m
set the property \f5core/project\fR.
.RE
.sp
.RS 2m
.TP 2m
\fB\-\-service\-account\fR=\fISERVICE_ACCOUNT\fR
ID of the serviceAccount or fully qualified identifier for the serviceAccount.
To set the \f5service\-account\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5\-\-service\-account\fR on the command line.
.RE
.sp
.RE
.RE
.sp
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-access\-token\-file, \-\-account,
\-\-billing\-project, \-\-configuration, \-\-flags\-file, \-\-flatten,
\-\-format, \-\-help, \-\-impersonate\-service\-account, \-\-log\-http,
\-\-project, \-\-quiet, \-\-trace\-token, \-\-user\-output\-enabled,
\-\-verbosity.
Run \fB$ gcloud help\fR for details.
.SH "API REFERENCE"
This command uses the \fBlustre/v1\fR API. The full documentation for this API
can be found at: https://cloud.google.com/managed\-lustre/
.SH "NOTES"
This variant is also available:
.RS 2m
$ gcloud alpha lustre instances import\-data
.RE