Google Cloud Managed Lustre v1 API - Class ImportDataRequest (1.0.0-beta03)

public sealed class ImportDataRequest : IMessage<ImportDataRequest>, IEquatable<ImportDataRequest>, IDeepCloneable<ImportDataRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Managed Lustre v1 API class ImportDataRequest.

Message for importing data to Lustre.

Inheritance

object > ImportDataRequest

Namespace

Google.Cloud.Lustre.V1

Assembly

Google.Cloud.Lustre.V1.dll

Constructors

ImportDataRequest()

public ImportDataRequest()

ImportDataRequest(ImportDataRequest)

public ImportDataRequest(ImportDataRequest other)
Parameter
Name Description
other ImportDataRequest

Properties

DestinationCase

public ImportDataRequest.DestinationOneofCase DestinationCase { get; }
Property Value
Type Description
ImportDataRequestDestinationOneofCase

GcsPath

public GcsPath GcsPath { get; set; }

The Cloud Storage source bucket and, optionally, path inside the bucket. If a path inside the bucket is specified, it must end with a forward slash (/).

Property Value
Type Description
GcsPath

InstanceName

public InstanceName InstanceName { get; set; }

InstanceName-typed view over the Name resource name property.

Property Value
Type Description
InstanceName

LustrePath

public LustrePath LustrePath { get; set; }

Lustre path destination.

Property Value
Type Description
LustrePath

Name

public string Name { get; set; }

Required. The name of the Managed Lustre instance in the format projects/{project}/locations/{location}/instances/{instance}.

Property Value
Type Description
string

RequestId

public string RequestId { get; set; }

Optional. UUID to identify requests.

Property Value
Type Description
string

ServiceAccount

public string ServiceAccount { get; set; }

Optional. User-specified service account used to perform the transfer. If unspecified, the default Managed Lustre service agent will be used.

Property Value
Type Description
string

ServiceAccountAsServiceAccountName

public ServiceAccountName ServiceAccountAsServiceAccountName { get; set; }

ServiceAccountName-typed view over the ServiceAccount resource name property.

Property Value
Type Description
ServiceAccountName

SourceCase

public ImportDataRequest.SourceOneofCase SourceCase { get; }
Property Value
Type Description
ImportDataRequestSourceOneofCase