Interface GkeonpremBareMetalClusterMaintenanceConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremBareMetalClusterMaintenanceConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.437Z") @Stability(Stable) public interface GkeonpremBareMetalClusterMaintenanceConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremBareMetalClusterMaintenanceConfig.BuilderA builder forGkeonpremBareMetalClusterMaintenanceConfigstatic classGkeonpremBareMetalClusterMaintenanceConfig.Jsii$ProxyAn implementation forGkeonpremBareMetalClusterMaintenanceConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GkeonpremBareMetalClusterMaintenanceConfig.Builderbuilder()List<String>getMaintenanceAddressCidrBlocks()All IPv4 address from these ranges will be placed into maintenance mode.
-
-
-
Method Detail
-
getMaintenanceAddressCidrBlocks
@Stability(Stable) @NotNull List<String> getMaintenanceAddressCidrBlocks()
All IPv4 address from these ranges will be placed into maintenance mode.Nodes in maintenance mode will be cordoned and drained. When both of these are true, the "baremetal.cluster.gke.io/maintenance" annotation will be set on the node resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#maintenance_address_cidr_blocks GkeonpremBareMetalCluster#maintenance_address_cidr_blocks}
-
builder
@Stability(Stable) static GkeonpremBareMetalClusterMaintenanceConfig.Builder builder()
-
-