View Source GoogleApi.GKEOnPrem.V1.Model.VmwareDataplaneV2Config (google_api_gke_on_prem v0.6.0)

Contains configurations for Dataplane V2, which is optimized dataplane for Kubernetes networking. For more information, see: https://cloud.google.com/kubernetes-engine/docs/concepts/dataplane-v2

Attributes

  • advancedNetworking (type: boolean(), default: nil) - Enable advanced networking which requires dataplane_v2_enabled to be set true.
  • dataplaneV2Enabled (type: boolean(), default: nil) - Enables Dataplane V2.
  • forwardMode (type: String.t, default: nil) - Configure ForwardMode for Dataplane v2.
  • windowsDataplaneV2Enabled (type: boolean(), default: nil) - Enable Dataplane V2 for clusters with Windows nodes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.VmwareDataplaneV2Config{
  advancedNetworking: boolean() | nil,
  dataplaneV2Enabled: boolean() | nil,
  forwardMode: String.t() | nil,
  windowsDataplaneV2Enabled: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.