Google Cloud VMware Engine V1 API - Class Google::Cloud::VmwareEngine::V1::NodeTypeConfig (v0.2.0)

Reference documentation and code samples for the Google Cloud VMware Engine V1 API class Google::Cloud::VmwareEngine::V1::NodeTypeConfig.

Information about the type and number of nodes associated with the cluster.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#custom_core_count

def custom_core_count() -> ::Integer
Returns
  • (::Integer) — Optional. Customized number of cores available to each node of the type. This number must always be one of nodeType.availableCustomCoreCounts. If zero is provided max value from nodeType.availableCustomCoreCounts will be used.

#custom_core_count=

def custom_core_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. Customized number of cores available to each node of the type. This number must always be one of nodeType.availableCustomCoreCounts. If zero is provided max value from nodeType.availableCustomCoreCounts will be used.
Returns
  • (::Integer) — Optional. Customized number of cores available to each node of the type. This number must always be one of nodeType.availableCustomCoreCounts. If zero is provided max value from nodeType.availableCustomCoreCounts will be used.

#node_count

def node_count() -> ::Integer
Returns
  • (::Integer) — Required. The number of nodes of this type in the cluster

#node_count=

def node_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Required. The number of nodes of this type in the cluster
Returns
  • (::Integer) — Required. The number of nodes of this type in the cluster