BareMetalNetworkConfigResponse

data class BareMetalNetworkConfigResponse(val advancedNetworking: Boolean, val islandModeCidr: BareMetalIslandModeCidrConfigResponse, val multipleNetworkInterfacesConfig: BareMetalMultipleNetworkInterfacesConfigResponse, val srIovConfig: BareMetalSrIovConfigResponse)

Specifies the cluster network configuration.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard
Link copied to clipboard

Configuration for SR-IOV.