View Source GoogleApi.GKEOnPrem.V1.Model.BareMetalNetworkConfig (google_api_gke_on_prem v0.2.0)
Specifies the cluster network configuration.
Attributes
-
advancedNetworking
(type:boolean()
, default:nil
) - Enables the use of advanced Anthos networking features, such as Bundled Load Balancing with BGP or the egress NAT gateway. Setting configuration for advanced networking features will automatically set this flag. -
islandModeCidr
(type:GoogleApi.GKEOnPrem.V1.Model.BareMetalIslandModeCidrConfig.t
, default:nil
) - Configuration for island mode CIDR. In an island-mode network, nodes have unique IP addresses, but pods don't have unique addresses across clusters. This doesn't cause problems because pods in one cluster never directly communicate with pods in another cluster. Instead, there are gateways that mediate between a pod in one cluster and a pod in another cluster. -
multipleNetworkInterfacesConfig
(type:GoogleApi.GKEOnPrem.V1.Model.BareMetalMultipleNetworkInterfacesConfig.t
, default:nil
) - Configuration for multiple network interfaces. -
srIovConfig
(type:GoogleApi.GKEOnPrem.V1.Model.BareMetalSrIovConfig.t
, default:nil
) - Configuration for SR-IOV.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEOnPrem.V1.Model.BareMetalNetworkConfig{ advancedNetworking: boolean() | nil, islandModeCidr: GoogleApi.GKEOnPrem.V1.Model.BareMetalIslandModeCidrConfig.t() | nil, multipleNetworkInterfacesConfig: GoogleApi.GKEOnPrem.V1.Model.BareMetalMultipleNetworkInterfacesConfig.t() | nil, srIovConfig: GoogleApi.GKEOnPrem.V1.Model.BareMetalSrIovConfig.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.