Class ComputeNodeGroupConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_node_group.ComputeNodeGroupConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeNodeGroupConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeNodeGroupConfig
@Stability(Stable) @Internal public static final class ComputeNodeGroupConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeNodeGroupConfig
An implementation forComputeNodeGroupConfig
-
-
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.compute_node_group.ComputeNodeGroupConfig
ComputeNodeGroupConfig.Builder, ComputeNodeGroupConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeNodeGroupConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeNodeGroupConfig.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)ComputeNodeGroupAutoscalingPolicygetAutoscalingPolicy()autoscaling_policy block.ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()An optional textual description of the resource.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_node_group#id ComputeNodeGroup#id}.NumbergetInitialSize()The initial number of nodes in the node group.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetMaintenancePolicy()Specifies how to handle instances when a node in the group undergoes maintenance.ComputeNodeGroupMaintenanceWindowgetMaintenanceWindow()maintenance_window block.StringgetName()Name of the resource.StringgetNodeTemplate()The URL of the node template to which this node group belongs.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_node_group#project ComputeNodeGroup#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()ComputeNodeGroupShareSettingsgetShareSettings()share_settings block.ComputeNodeGroupTimeoutsgetTimeouts()timeouts block.StringgetZone()Zone where this node group is located.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(ComputeNodeGroupConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeNodeGroupConfig.Builder.
-
-
Method Detail
-
getNodeTemplate
public final String getNodeTemplate()
Description copied from interface:ComputeNodeGroupConfigThe URL of the node template to which this node group belongs.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_node_group#node_template ComputeNodeGroup#node_template}
- Specified by:
getNodeTemplatein interfaceComputeNodeGroupConfig
-
getAutoscalingPolicy
public final ComputeNodeGroupAutoscalingPolicy getAutoscalingPolicy()
Description copied from interface:ComputeNodeGroupConfigautoscaling_policy block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_node_group#autoscaling_policy ComputeNodeGroup#autoscaling_policy}
- Specified by:
getAutoscalingPolicyin interfaceComputeNodeGroupConfig
-
getDescription
public final String getDescription()
Description copied from interface:ComputeNodeGroupConfigAn optional textual description of the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_node_group#description ComputeNodeGroup#description}
- Specified by:
getDescriptionin interfaceComputeNodeGroupConfig
-
getId
public final String getId()
Description copied from interface:ComputeNodeGroupConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_node_group#id ComputeNodeGroup#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceComputeNodeGroupConfig
-
getInitialSize
public final Number getInitialSize()
Description copied from interface:ComputeNodeGroupConfigThe initial number of nodes in the node group.One of 'initial_size' or 'autoscaling_policy' must be configured on resource creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_node_group#initial_size ComputeNodeGroup#initial_size}
- Specified by:
getInitialSizein interfaceComputeNodeGroupConfig
-
getMaintenancePolicy
public final String getMaintenancePolicy()
Description copied from interface:ComputeNodeGroupConfigSpecifies how to handle instances when a node in the group undergoes maintenance.Set to one of: DEFAULT, RESTART_IN_PLACE, or MIGRATE_WITHIN_NODE_GROUP. The default value is DEFAULT. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_node_group#maintenance_policy ComputeNodeGroup#maintenance_policy}
- Specified by:
getMaintenancePolicyin interfaceComputeNodeGroupConfig
-
getMaintenanceWindow
public final ComputeNodeGroupMaintenanceWindow getMaintenanceWindow()
Description copied from interface:ComputeNodeGroupConfigmaintenance_window block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_node_group#maintenance_window ComputeNodeGroup#maintenance_window}
- Specified by:
getMaintenanceWindowin interfaceComputeNodeGroupConfig
-
getName
public final String getName()
Description copied from interface:ComputeNodeGroupConfigName of the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_node_group#name ComputeNodeGroup#name}
- Specified by:
getNamein interfaceComputeNodeGroupConfig
-
getProject
public final String getProject()
Description copied from interface:ComputeNodeGroupConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_node_group#project ComputeNodeGroup#project}.- Specified by:
getProjectin interfaceComputeNodeGroupConfig
-
getShareSettings
public final ComputeNodeGroupShareSettings getShareSettings()
Description copied from interface:ComputeNodeGroupConfigshare_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_node_group#share_settings ComputeNodeGroup#share_settings}
- Specified by:
getShareSettingsin interfaceComputeNodeGroupConfig
-
getTimeouts
public final ComputeNodeGroupTimeouts getTimeouts()
Description copied from interface:ComputeNodeGroupConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_node_group#timeouts ComputeNodeGroup#timeouts}
- Specified by:
getTimeoutsin interfaceComputeNodeGroupConfig
-
getZone
public final String getZone()
Description copied from interface:ComputeNodeGroupConfigZone where this node group is located.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_node_group#zone ComputeNodeGroup#zone}
- Specified by:
getZonein interfaceComputeNodeGroupConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-