Class NewLustreConfig (0.1.0)

NewLustreConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

When set in a StorageResourceConfig, indicates that a new Managed Lustre <https://cloud.google.com/products/managed-lustre>__ instance should be created.

Attributes

Name Description
lustre str
Required. Immutable. Name of the Managed Lustre instance to create, in the format projects/{project}/locations/{location}/instances/{instance}
description str
Optional. Immutable. Description of the Managed Lustre instance. Maximum of 2048 characters.
filesystem str
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.
capacity_gb int
Required. Immutable. Storage capacity of the instance in gibibytes (GiB). Allowed values are between 18000 and 7632000.