Class ContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagement.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagement.Jsii$Proxy
-
- All Implemented Interfaces:
ContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagement,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagement
@Stability(Stable) @Internal public static final class ContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagement.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagement
An implementation forContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagement
ContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagement.Builder, ContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagement.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagement.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagement.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetAutoRepair()Specifies whether the node auto-repair is enabled for the node pool.ObjectgetAutoUpgrade()Specifies whether node auto-upgrade is enabled for the node pool.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagement.Builder builder)
Constructor that initializes the object based on literal property values passed by theContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagement.Builder.
-
-
Method Detail
-
getAutoRepair
public final Object getAutoRepair()
Description copied from interface:ContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagementSpecifies whether the node auto-repair is enabled for the node pool.If enabled, the nodes in this node pool will be monitored and, if they fail health checks too many times, an automatic repair action will be triggered. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#auto_repair ContainerCluster#auto_repair}
- Specified by:
getAutoRepairin interfaceContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagement
-
getAutoUpgrade
public final Object getAutoUpgrade()
Description copied from interface:ContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagementSpecifies whether node auto-upgrade is enabled for the node pool.If enabled, node auto-upgrade helps keep the nodes in your node pool up to date with the latest release version of Kubernetes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#auto_upgrade ContainerCluster#auto_upgrade}
- Specified by:
getAutoUpgradein interfaceContainerClusterClusterAutoscalingAutoProvisioningDefaultsManagement
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-