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

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

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

The root directory path to the Lustre file system.

Inheritance

object > LustrePath

Namespace

Google.Cloud.Lustre.V1

Assembly

Google.Cloud.Lustre.V1.dll

Constructors

LustrePath()

public LustrePath()

LustrePath(LustrePath)

public LustrePath(LustrePath other)
Parameter
Name Description
other LustrePath

Properties

Path

public string Path { get; set; }

Optional. The root directory path to the Managed Lustre file system. Must start with /. Default is /. If you're importing data into Managed Lustre, any path other than the default must already exist on the file system.

Property Value
Type Description
string