View Source GoogleApi.GKEOnPrem.V1.Model.VmwareVipConfig (google_api_gke_on_prem v0.6.1)

Specifies the VIP config for the VMware user cluster load balancer.

Attributes

  • controlPlaneVip (type: String.t, default: nil) - The VIP which you previously set aside for the Kubernetes API of this cluster.
  • ingressVip (type: String.t, default: nil) - The VIP which you previously set aside for ingress traffic into this cluster.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.VmwareVipConfig{
  controlPlaneVip: String.t() | nil,
  ingressVip: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.