Interface ContainerAzureNodePoolManagement
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerAzureNodePoolManagement.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.189Z") @Stability(Stable) public interface ContainerAzureNodePoolManagement extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerAzureNodePoolManagement.BuilderA builder forContainerAzureNodePoolManagementstatic classContainerAzureNodePoolManagement.Jsii$ProxyAn implementation forContainerAzureNodePoolManagement
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ContainerAzureNodePoolManagement.Builderbuilder()default ObjectgetAutoRepair()Optional.
-
-
-
Method Detail
-
getAutoRepair
@Stability(Stable) @Nullable default Object getAutoRepair()
Optional. Whether or not the nodes will be automatically repaired.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_node_pool#auto_repair ContainerAzureNodePool#auto_repair}
-
builder
@Stability(Stable) static ContainerAzureNodePoolManagement.Builder builder()
-
-