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

Represents the network configuration required for the VMware user clusters with Static IP configurations.

Attributes

  • ipBlocks (type: list(GoogleApi.GKEOnPrem.V1.Model.VmwareIpBlock.t), default: nil) - Represents the configuration values for static IP allocation to nodes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.VmwareStaticIpConfig{
  ipBlocks: [GoogleApi.GKEOnPrem.V1.Model.VmwareIpBlock.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.