Interface GkeonpremBareMetalClusterControlPlane
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremBareMetalClusterControlPlane.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.417Z") @Stability(Stable) public interface GkeonpremBareMetalClusterControlPlane extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremBareMetalClusterControlPlane.BuilderA builder forGkeonpremBareMetalClusterControlPlanestatic classGkeonpremBareMetalClusterControlPlane.Jsii$ProxyAn implementation forGkeonpremBareMetalClusterControlPlane
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static GkeonpremBareMetalClusterControlPlane.Builderbuilder()default ObjectgetApiServerArgs()api_server_args block.GkeonpremBareMetalClusterControlPlaneControlPlaneNodePoolConfiggetControlPlaneNodePoolConfig()control_plane_node_pool_config block.
-
-
-
Method Detail
-
getControlPlaneNodePoolConfig
@Stability(Stable) @NotNull GkeonpremBareMetalClusterControlPlaneControlPlaneNodePoolConfig getControlPlaneNodePoolConfig()
control_plane_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#control_plane_node_pool_config GkeonpremBareMetalCluster#control_plane_node_pool_config}
-
getApiServerArgs
@Stability(Stable) @Nullable default Object getApiServerArgs()
api_server_args block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#api_server_args GkeonpremBareMetalCluster#api_server_args}
-
builder
@Stability(Stable) static GkeonpremBareMetalClusterControlPlane.Builder builder()
-
-