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

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

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

Specifies a Cloud Storage bucket and, optionally, a path inside the bucket.

Inheritance

object > GcsPath

Namespace

Google.Cloud.Lustre.V1

Assembly

Google.Cloud.Lustre.V1.dll

Constructors

GcsPath()

public GcsPath()

GcsPath(GcsPath)

public GcsPath(GcsPath other)
Parameter
Name Description
other GcsPath

Properties

Uri

public string Uri { get; set; }

Required. The URI to a Cloud Storage bucket, or a path within a bucket, using the format gs://<bucket_name>/<optional_path_inside_bucket>/. If a path inside the bucket is specified, it must end with a forward slash (/).

Property Value
Type Description
string