Class ContainerNodePoolManagement.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.container_node_pool.ContainerNodePoolManagement.Jsii$Proxy
-
- All Implemented Interfaces:
ContainerNodePoolManagement,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContainerNodePoolManagement
@Stability(Stable) @Internal public static final class ContainerNodePoolManagement.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerNodePoolManagement
An implementation forContainerNodePoolManagement
-
-
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_node_pool.ContainerNodePoolManagement
ContainerNodePoolManagement.Builder, ContainerNodePoolManagement.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ContainerNodePoolManagement.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerNodePoolManagement.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()Whether the nodes will be automatically repaired.ObjectgetAutoUpgrade()Whether the nodes will be automatically upgraded.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(ContainerNodePoolManagement.Builder builder)
Constructor that initializes the object based on literal property values passed by theContainerNodePoolManagement.Builder.
-
-
Method Detail
-
getAutoRepair
public final Object getAutoRepair()
Description copied from interface:ContainerNodePoolManagementWhether the nodes will be automatically repaired. Enabled by default.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#auto_repair ContainerNodePool#auto_repair}
- Specified by:
getAutoRepairin interfaceContainerNodePoolManagement
-
getAutoUpgrade
public final Object getAutoUpgrade()
Description copied from interface:ContainerNodePoolManagementWhether the nodes will be automatically upgraded. Enabled by default.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#auto_upgrade ContainerNodePool#auto_upgrade}
- Specified by:
getAutoUpgradein interfaceContainerNodePoolManagement
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-