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

View Source

Node in a cluster.

Attributes

  • customCoreCount (type: String.t, default: nil) - Output only. Customized number of cores
  • fqdn (type: String.t, default: nil) - Output only. Fully qualified domain name of the node.
  • internalIp (type: String.t, default: nil) - Output only. Internal IP address of the node.
  • name (type: String.t, default: nil) - Output only. The resource name of this node. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster/nodes/my-node
  • nodeTypeId (type: String.t, default: nil) - Output only. The canonical identifier of the node type (corresponds to the NodeType). For example: standard-72.
  • state (type: String.t, default: nil) - Output only. The state of the appliance.
  • version (type: String.t, default: nil) - Output only. The version number of the VMware ESXi management component in this cluster.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMwareEngine.V1.Model.Node{
  customCoreCount: String.t() | nil,
  fqdn: String.t() | nil,
  internalIp: String.t() | nil,
  name: String.t() | nil,
  nodeTypeId: String.t() | nil,
  state: String.t() | nil,
  version: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.