View Source GoogleApi.GKEOnPrem.V1.Model.VmwareHostConfig (google_api_gke_on_prem v0.5.0)

Represents the common parameters for all the hosts irrespective of their IP address.

Attributes

  • dnsSearchDomains (type: list(String.t), default: nil) - DNS search domains.
  • dnsServers (type: list(String.t), default: nil) - DNS servers.
  • ntpServers (type: list(String.t), default: nil) - NTP servers.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.VmwareHostConfig{
  dnsSearchDomains: [String.t()] | nil,
  dnsServers: [String.t()] | nil,
  ntpServers: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.