Parallelstore V1BETA API - Class Google::Cloud::Parallelstore::V1beta::Instance (v0.2.0)

Reference documentation and code samples for the Parallelstore V1BETA API class Google::Cloud::Parallelstore::V1beta::Instance.

A Parallelstore instance.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#access_points

def access_points() -> ::Array<::String>
Returns
  • (::Array<::String>) — Output only. List of access_points. Contains a list of IPv4 addresses used for client side configuration.

#capacity_gib

def capacity_gib() -> ::Integer
Returns
  • (::Integer) — Required. Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).

#capacity_gib=

def capacity_gib=(value) -> ::Integer
Parameter
  • value (::Integer) — Required. Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
Returns
  • (::Integer) — Required. Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#daos_version

def daos_version() -> ::String
Returns
  • (::String) — Output only. The version of DAOS software running in the instance

#description

def description() -> ::String
Returns
  • (::String) — Optional. The description of the instance. 2048 characters or less.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Optional. The description of the instance. 2048 characters or less.
Returns
  • (::String) — Optional. The description of the instance. 2048 characters or less.

#effective_reserved_ip_range

def effective_reserved_ip_range() -> ::String
Returns
  • (::String) — Output only. Immutable. Contains the id of the allocated IP address range associated with the private service access connection for example, "test-default" associated with IP range 10.0.0.0/29. This field is populated by the service and and contains the value currently used by the service.

#labels

def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. Cloud Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies. Cloud Labels can be used to filter collections of resources. They can be used to control how resource metrics are aggregated. And they can be used as arguments to policy management rules (e.g. route, firewall, load balancing, etc.).

    • Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z][a-z0-9_-]{0,62}.
    • Label values must be between 0 and 63 characters long and must conform to the regular expression [a-z0-9_-]{0,63}.
    • No more than 64 labels can be associated with a given resource.

    See https://goo.gl/xmQnxf for more information on and examples of labels.

    If you plan to use labels in your own code, please note that additional characters may be allowed in the future. Therefore, you are advised to use an internal label representation, such as JSON, which doesn't rely upon specific characters being disallowed. For example, representing labels as the string: name + "" + value would prove problematic if we were to allow "" in a future release.

#labels=

def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Optional. Cloud Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies. Cloud Labels can be used to filter collections of resources. They can be used to control how resource metrics are aggregated. And they can be used as arguments to policy management rules (e.g. route, firewall, load balancing, etc.).

    • Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z][a-z0-9_-]{0,62}.
    • Label values must be between 0 and 63 characters long and must conform to the regular expression [a-z0-9_-]{0,63}.
    • No more than 64 labels can be associated with a given resource.

    See https://goo.gl/xmQnxf for more information on and examples of labels.

    If you plan to use labels in your own code, please note that additional characters may be allowed in the future. Therefore, you are advised to use an internal label representation, such as JSON, which doesn't rely upon specific characters being disallowed. For example, representing labels as the string: name + "" + value would prove problematic if we were to allow "" in a future release.

Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. Cloud Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies. Cloud Labels can be used to filter collections of resources. They can be used to control how resource metrics are aggregated. And they can be used as arguments to policy management rules (e.g. route, firewall, load balancing, etc.).

    • Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z][a-z0-9_-]{0,62}.
    • Label values must be between 0 and 63 characters long and must conform to the regular expression [a-z0-9_-]{0,63}.
    • No more than 64 labels can be associated with a given resource.

    See https://goo.gl/xmQnxf for more information on and examples of labels.

    If you plan to use labels in your own code, please note that additional characters may be allowed in the future. Therefore, you are advised to use an internal label representation, such as JSON, which doesn't rely upon specific characters being disallowed. For example, representing labels as the string: name + "" + value would prove problematic if we were to allow "" in a future release.

#name

def name() -> ::String
Returns
  • (::String) — Identifier. The resource name of the instance, in the format projects/{project}/locations/{location}/instances/{instance_id}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Identifier. The resource name of the instance, in the format projects/{project}/locations/{location}/instances/{instance_id}
Returns
  • (::String) — Identifier. The resource name of the instance, in the format projects/{project}/locations/{location}/instances/{instance_id}

#network

def network() -> ::String
Returns
  • (::String) — Optional. Immutable. The name of the Google Compute Engine VPC network to which the instance is connected.

#network=

def network=(value) -> ::String
Parameter
  • value (::String) — Optional. Immutable. The name of the Google Compute Engine VPC network to which the instance is connected.
Returns
  • (::String) — Optional. Immutable. The name of the Google Compute Engine VPC network to which the instance is connected.

#reserved_ip_range

def reserved_ip_range() -> ::String
Returns
  • (::String) — Optional. Immutable. Contains the id of the allocated IP address range associated with the private service access connection for example, "test-default" associated with IP range 10.0.0.0/29. If no range id is provided all ranges will be considered.

#reserved_ip_range=

def reserved_ip_range=(value) -> ::String
Parameter
  • value (::String) — Optional. Immutable. Contains the id of the allocated IP address range associated with the private service access connection for example, "test-default" associated with IP range 10.0.0.0/29. If no range id is provided all ranges will be considered.
Returns
  • (::String) — Optional. Immutable. Contains the id of the allocated IP address range associated with the private service access connection for example, "test-default" associated with IP range 10.0.0.0/29. If no range id is provided all ranges will be considered.

#state

def state() -> ::Google::Cloud::Parallelstore::V1beta::Instance::State
Returns

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns