Class ContainerAwsNodePoolConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.container_aws_node_pool.ContainerAwsNodePoolConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ContainerAwsNodePoolConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContainerAwsNodePoolConfig
@Stability(Stable) @Internal public static final class ContainerAwsNodePoolConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerAwsNodePoolConfig
An implementation forContainerAwsNodePoolConfig
-
-
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_aws_node_pool.ContainerAwsNodePoolConfig
ContainerAwsNodePoolConfig.Builder, ContainerAwsNodePoolConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ContainerAwsNodePoolConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerAwsNodePoolConfig.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)Map<String,String>getAnnotations()Optional.ContainerAwsNodePoolAutoscalinggetAutoscaling()autoscaling block.StringgetCluster()The awsCluster for the resource.ContainerAwsNodePoolConfigAgetConfig()config block.ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#id ContainerAwsNodePool#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetLocation()The location for the resource.ContainerAwsNodePoolManagementgetManagement()management block.ContainerAwsNodePoolMaxPodsConstraintgetMaxPodsConstraint()max_pods_constraint block.StringgetName()The name of this resource.StringgetProject()The project for the resource.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetSubnetId()The subnet where the node pool node run.ContainerAwsNodePoolTimeoutsgetTimeouts()timeouts block.ContainerAwsNodePoolUpdateSettingsgetUpdateSettings()update_settings block.StringgetVersion()The Kubernetes version to run on this node pool (e.g.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(ContainerAwsNodePoolConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theContainerAwsNodePoolConfig.Builder.
-
-
Method Detail
-
getAutoscaling
public final ContainerAwsNodePoolAutoscaling getAutoscaling()
Description copied from interface:ContainerAwsNodePoolConfigautoscaling block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#autoscaling ContainerAwsNodePool#autoscaling}
- Specified by:
getAutoscalingin interfaceContainerAwsNodePoolConfig
-
getCluster
public final String getCluster()
Description copied from interface:ContainerAwsNodePoolConfigThe awsCluster for the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#cluster ContainerAwsNodePool#cluster}
- Specified by:
getClusterin interfaceContainerAwsNodePoolConfig
-
getConfig
public final ContainerAwsNodePoolConfigA getConfig()
Description copied from interface:ContainerAwsNodePoolConfigconfig block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#config ContainerAwsNodePool#config}
- Specified by:
getConfigin interfaceContainerAwsNodePoolConfig
-
getLocation
public final String getLocation()
Description copied from interface:ContainerAwsNodePoolConfigThe location for the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#location ContainerAwsNodePool#location}
- Specified by:
getLocationin interfaceContainerAwsNodePoolConfig
-
getMaxPodsConstraint
public final ContainerAwsNodePoolMaxPodsConstraint getMaxPodsConstraint()
Description copied from interface:ContainerAwsNodePoolConfigmax_pods_constraint block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#max_pods_constraint ContainerAwsNodePool#max_pods_constraint}
- Specified by:
getMaxPodsConstraintin interfaceContainerAwsNodePoolConfig
-
getName
public final String getName()
Description copied from interface:ContainerAwsNodePoolConfigThe name of this resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#name ContainerAwsNodePool#name}
- Specified by:
getNamein interfaceContainerAwsNodePoolConfig
-
getSubnetId
public final String getSubnetId()
Description copied from interface:ContainerAwsNodePoolConfigThe subnet where the node pool node run.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#subnet_id ContainerAwsNodePool#subnet_id}
- Specified by:
getSubnetIdin interfaceContainerAwsNodePoolConfig
-
getVersion
public final String getVersion()
Description copied from interface:ContainerAwsNodePoolConfigThe Kubernetes version to run on this node pool (e.g.1.19.10-gke.1000). You can list all supported versions on a given Google Cloud region by calling GetAwsServerConfig.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#version ContainerAwsNodePool#version}
- Specified by:
getVersionin interfaceContainerAwsNodePoolConfig
-
getAnnotations
public final Map<String,String> getAnnotations()
Description copied from interface:ContainerAwsNodePoolConfigOptional.Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field `effective_annotations` for all of the annotations present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#annotations ContainerAwsNodePool#annotations}
- Specified by:
getAnnotationsin interfaceContainerAwsNodePoolConfig
-
getId
public final String getId()
Description copied from interface:ContainerAwsNodePoolConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#id ContainerAwsNodePool#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 interfaceContainerAwsNodePoolConfig
-
getManagement
public final ContainerAwsNodePoolManagement getManagement()
Description copied from interface:ContainerAwsNodePoolConfigmanagement block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#management ContainerAwsNodePool#management}
- Specified by:
getManagementin interfaceContainerAwsNodePoolConfig
-
getProject
public final String getProject()
Description copied from interface:ContainerAwsNodePoolConfigThe project for the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#project ContainerAwsNodePool#project}
- Specified by:
getProjectin interfaceContainerAwsNodePoolConfig
-
getTimeouts
public final ContainerAwsNodePoolTimeouts getTimeouts()
Description copied from interface:ContainerAwsNodePoolConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#timeouts ContainerAwsNodePool#timeouts}
- Specified by:
getTimeoutsin interfaceContainerAwsNodePoolConfig
-
getUpdateSettings
public final ContainerAwsNodePoolUpdateSettings getUpdateSettings()
Description copied from interface:ContainerAwsNodePoolConfigupdate_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#update_settings ContainerAwsNodePool#update_settings}
- Specified by:
getUpdateSettingsin interfaceContainerAwsNodePoolConfig
-
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
-
-