Interface GkeonpremBareMetalClusterNetworkConfigMultipleNetworkInterfacesConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremBareMetalClusterNetworkConfigMultipleNetworkInterfacesConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.438Z") @Stability(Stable) public interface GkeonpremBareMetalClusterNetworkConfigMultipleNetworkInterfacesConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremBareMetalClusterNetworkConfigMultipleNetworkInterfacesConfig.Builderstatic classGkeonpremBareMetalClusterNetworkConfigMultipleNetworkInterfacesConfig.Jsii$ProxyAn implementation forGkeonpremBareMetalClusterNetworkConfigMultipleNetworkInterfacesConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static GkeonpremBareMetalClusterNetworkConfigMultipleNetworkInterfacesConfig.Builderbuilder()default ObjectgetEnabled()Whether to enable multiple network interfaces for your pods.
-
-
-
Method Detail
-
getEnabled
@Stability(Stable) @Nullable default Object getEnabled()
Whether to enable multiple network interfaces for your pods. When set network_config.advanced_networking is automatically set to true.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#enabled GkeonpremBareMetalCluster#enabled}
-
builder
@Stability(Stable) static GkeonpremBareMetalClusterNetworkConfigMultipleNetworkInterfacesConfig.Builder builder()
-
-