View Source GoogleApi.GKEOnPrem.V1.Model.VmwareF5BigIpConfig (google_api_gke_on_prem v0.4.0)

Represents configuration parameters for an F5 BIG-IP load balancer.

Attributes

  • address (type: String.t, default: nil) - The load balancer's IP address.
  • partition (type: String.t, default: nil) - The preexisting partition to be used by the load balancer. This partition is usually created for the admin cluster for example: 'my-f5-admin-partition'.
  • snatPool (type: String.t, default: nil) - The pool name. Only necessary, if using SNAT.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.VmwareF5BigIpConfig{
  address: String.t() | nil,
  partition: String.t() | nil,
  snatPool: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.