Reference documentation and code samples for the Cluster Director V1BETA API class Google::Cloud::HypercomputeCluster::V1beta::NewLustreConfig.
When set in a StorageResourceConfig, indicates that a new Managed Lustre instance should be created.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#capacity_gb
def capacity_gb() -> ::Integer
Returns
- (::Integer) — Required. Immutable. Storage capacity of the instance in gibibytes (GiB). Allowed values are between 18000 and 7632000.
#capacity_gb=
def capacity_gb=(value) -> ::Integer
Parameter
- value (::Integer) — Required. Immutable. Storage capacity of the instance in gibibytes (GiB). Allowed values are between 18000 and 7632000.
Returns
- (::Integer) — Required. Immutable. Storage capacity of the instance in gibibytes (GiB). Allowed values are between 18000 and 7632000.
#description
def description() -> ::String
Returns
- (::String) — Optional. Immutable. Description of the Managed Lustre instance. Maximum of 2048 characters.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Optional. Immutable. Description of the Managed Lustre instance. Maximum of 2048 characters.
Returns
- (::String) — Optional. Immutable. Description of the Managed Lustre instance. Maximum of 2048 characters.
#filesystem
def filesystem() -> ::String
Returns
- (::String) — 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.
#filesystem=
def filesystem=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.
#lustre
def lustre() -> ::String
Returns
-
(::String) — Required. Immutable. Name of the Managed Lustre instance to create, in the
format
projects/{project}/locations/{location}/instances/{instance}
#lustre=
def lustre=(value) -> ::String
Parameter
-
value (::String) — Required. Immutable. Name of the Managed Lustre instance to create, in the
format
projects/{project}/locations/{location}/instances/{instance}
Returns
-
(::String) — Required. Immutable. Name of the Managed Lustre instance to create, in the
format
projects/{project}/locations/{location}/instances/{instance}