View Source GoogleApi.GKEOnPrem.V1.Model.VmwareHostIp (google_api_gke_on_prem v0.3.0)

Represents VMware user cluster node's network configuration.

Attributes

  • hostname (type: String.t, default: nil) - Hostname of the machine. VM's name will be used if this field is empty.
  • ip (type: String.t, default: nil) - IP could be an IP address (like 1.2.3.4) or a CIDR (like 1.2.3.0/24).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.VmwareHostIp{
  hostname: String.t() | nil,
  ip: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.