Class: Google::Cloud::VmwareEngine::V1::NodeTypeConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#custom_core_count::Integer

Returns 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.



70
71
72
73
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 70

class NodeTypeConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#node_count::Integer

Returns Required. The number of nodes of this type in the cluster.

Returns:

  • (::Integer)

    Required. The number of nodes of this type in the cluster



70
71
72
73
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 70

class NodeTypeConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end