View Source GoogleApi.GKEOnPrem.V1.Model.VmwareIpBlock (google_api_gke_on_prem v0.2.0)

Represents a collection of IP addresses to assign to nodes.

Attributes

  • gateway (type: String.t, default: nil) - The network gateway used by the VMware user cluster.
  • ips (type: list(GoogleApi.GKEOnPrem.V1.Model.VmwareHostIp.t), default: nil) - The node's network configurations used by the VMware user cluster.
  • netmask (type: String.t, default: nil) - The netmask used by the VMware user cluster.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.VmwareIpBlock{
  gateway: String.t() | nil,
  ips: [GoogleApi.GKEOnPrem.V1.Model.VmwareHostIp.t()] | nil,
  netmask: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.