Class NewLustreConfig
When set in a StorageResourceConfig, indicates that a new Managed Lustre instance should be created.
Implements
Inherited Members
Namespace: Google.Apis.HypercomputeCluster.v1.Data
Assembly: Google.Apis.HypercomputeCluster.v1.dll
Syntax
public class NewLustreConfig : IDirectResponseSchema
Properties
CapacityGb
Required. Immutable. Storage capacity of the instance in gibibytes (GiB). Allowed values are between 18000 and 7632000.
Declaration
[JsonProperty("capacityGb")]
public virtual long? CapacityGb { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Description
Optional. Immutable. Description of the Managed Lustre instance. Maximum of 2048 characters.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Filesystem
Required. Immutable. Filesystem name for this instance. This name is used by client-side tools, including when mounting the instance. Must be 8 characters or less and can only contain letters and numbers.
Declaration
[JsonProperty("filesystem")]
public virtual string Filesystem { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Lustre
Required. Immutable. Name of the Managed Lustre instance to create, in the format
projects/{project}/locations/{location}/instances/{instance}
Declaration
[JsonProperty("lustre")]
public virtual string Lustre { get; set; }
Property Value
| Type | Description |
|---|---|
| string |