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

VmwareAdminVipConfig for VMware load balancer configurations.

Attributes

  • addonsVip (type: String.t, default: nil) - The VIP to configure the load balancer for add-ons.
  • controlPlaneVip (type: String.t, default: nil) - The VIP which you previously set aside for the Kubernetes API of the admin cluster.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.