GoogleApi.VMwareEngine.V1.Model.NodeTypeConfig (google_api_v_mware_engine v0.5.0)

View Source

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

Attributes

  • customCoreCount (type: integer(), default: nil) - 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.
  • nodeCount (type: integer(), default: nil) - Required. The number of nodes of this type in the cluster

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMwareEngine.V1.Model.NodeTypeConfig{
  customCoreCount: integer() | nil,
  nodeCount: integer() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.