Interface GkeonpremBareMetalClusterControlPlaneControlPlaneNodePoolConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremBareMetalClusterControlPlaneControlPlaneNodePoolConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.418Z") @Stability(Stable) public interface GkeonpremBareMetalClusterControlPlaneControlPlaneNodePoolConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremBareMetalClusterControlPlaneControlPlaneNodePoolConfig.Builderstatic classGkeonpremBareMetalClusterControlPlaneControlPlaneNodePoolConfig.Jsii$ProxyAn implementation forGkeonpremBareMetalClusterControlPlaneControlPlaneNodePoolConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GkeonpremBareMetalClusterControlPlaneControlPlaneNodePoolConfig.Builderbuilder()GkeonpremBareMetalClusterControlPlaneControlPlaneNodePoolConfigNodePoolConfiggetNodePoolConfig()node_pool_config block.
-
-
-
Method Detail
-
getNodePoolConfig
@Stability(Stable) @NotNull GkeonpremBareMetalClusterControlPlaneControlPlaneNodePoolConfigNodePoolConfig getNodePoolConfig()
node_pool_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#node_pool_config GkeonpremBareMetalCluster#node_pool_config}
-
builder
@Stability(Stable) static GkeonpremBareMetalClusterControlPlaneControlPlaneNodePoolConfig.Builder builder()
-
-