Reference documentation and code samples for the Google Cloud Managed Lustre V1 API class Google::Cloud::Lustre::V1::Instance.
A Managed Lustre instance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#capacity_gib
def capacity_gib() -> ::Integer
Returns
-
(::Integer) — Required. The storage capacity of the instance in gibibytes (GiB). Allowed
values are from
18000
to954000
, in increments of 9000.
#capacity_gib=
def capacity_gib=(value) -> ::Integer
Parameter
-
value (::Integer) — Required. The storage capacity of the instance in gibibytes (GiB). Allowed
values are from
18000
to954000
, in increments of 9000.
Returns
-
(::Integer) — Required. The storage capacity of the instance in gibibytes (GiB). Allowed
values are from
18000
to954000
, in increments of 9000.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the instance was created.
#description
def description() -> ::String
Returns
- (::String) — Optional. A user-readable description of the instance.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Optional. A user-readable description of the instance.
Returns
- (::String) — Optional. A user-readable description of the instance.
#filesystem
def filesystem() -> ::String
Returns
- (::String) — Required. Immutable. The filesystem name for this instance. This name is used by client-side tools, including when mounting the instance. Must be eight characters or less and can only contain letters and numbers.
#filesystem=
def filesystem=(value) -> ::String
Parameter
- value (::String) — Required. Immutable. The filesystem name for this instance. This name is used by client-side tools, including when mounting the instance. Must be eight characters or less and can only contain letters and numbers.
Returns
- (::String) — Required. Immutable. The filesystem name for this instance. This name is used by client-side tools, including when mounting the instance. Must be eight characters or less and can only contain letters and numbers.
#gke_support_enabled
def gke_support_enabled() -> ::Boolean
Returns
- (::Boolean) — Optional. Indicates whether you want to enable support for GKE clients. By default, GKE clients are not supported. Deprecated. No longer required for GKE instance creation.
#gke_support_enabled=
def gke_support_enabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Indicates whether you want to enable support for GKE clients. By default, GKE clients are not supported. Deprecated. No longer required for GKE instance creation.
Returns
- (::Boolean) — Optional. Indicates whether you want to enable support for GKE clients. By default, GKE clients are not supported. Deprecated. No longer required for GKE instance creation.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels as key value pairs.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels as key value pairs.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels as key value pairs.
#mount_point
def mount_point() -> ::String
Returns
-
(::String) — Output only. Mount point of the instance in the format
IP_ADDRESS@tcp:/FILESYSTEM
.
#name
def name() -> ::String
Returns
- (::String) — Identifier. The name of the instance.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Identifier. The name of the instance.
Returns
- (::String) — Identifier. The name of the instance.
#network
def network() -> ::String
Returns
-
(::String) — Required. Immutable. The full name of the VPC network to which the instance
is connected. Must be in the format
projects/{project_id}/global/networks/{network_name}
.
#network=
def network=(value) -> ::String
Parameter
-
value (::String) — Required. Immutable. The full name of the VPC network to which the instance
is connected. Must be in the format
projects/{project_id}/global/networks/{network_name}
.
Returns
-
(::String) — Required. Immutable. The full name of the VPC network to which the instance
is connected. Must be in the format
projects/{project_id}/global/networks/{network_name}
.
#per_unit_storage_throughput
def per_unit_storage_throughput() -> ::Integer
Returns
- (::Integer) — Required. The throughput of the instance in MB/s/TiB. Valid values are 125, 250, 500, 1000.
#per_unit_storage_throughput=
def per_unit_storage_throughput=(value) -> ::Integer
Parameter
- value (::Integer) — Required. The throughput of the instance in MB/s/TiB. Valid values are 125, 250, 500, 1000.
Returns
- (::Integer) — Required. The throughput of the instance in MB/s/TiB. Valid values are 125, 250, 500, 1000.
#state
def state() -> ::Google::Cloud::Lustre::V1::Instance::State
Returns
- (::Google::Cloud::Lustre::V1::Instance::State) — Output only. The state of the instance.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the instance was last updated.