Class EdgecontainerNodePoolConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.edgecontainer_node_pool.EdgecontainerNodePoolConfig.Jsii$Proxy
-
- All Implemented Interfaces:
EdgecontainerNodePoolConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EdgecontainerNodePoolConfig
@Stability(Stable) @Internal public static final class EdgecontainerNodePoolConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EdgecontainerNodePoolConfig
An implementation forEdgecontainerNodePoolConfig
-
-
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.edgecontainer_node_pool.EdgecontainerNodePoolConfig
EdgecontainerNodePoolConfig.Builder, EdgecontainerNodePoolConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(EdgecontainerNodePoolConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theEdgecontainerNodePoolConfig.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)StringgetCluster()The name of the target Distributed Cloud Edge Cluster.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/edgecontainer_node_pool#id EdgecontainerNodePool#id}.Map<String,String>getLabels()Labels associated with this resource.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()EdgecontainerNodePoolLocalDiskEncryptiongetLocalDiskEncryption()local_disk_encryption block.StringgetLocation()The location of the resource.StringgetMachineFilter()Only machines matching this filter will be allowed to join the node pool.StringgetName()The resource name of the node pool.EdgecontainerNodePoolNodeConfiggetNodeConfig()node_config block.NumbergetNodeCount()The number of nodes in the pool.StringgetNodeLocation()Name of the Google Distributed Cloud Edge zone where this node pool will be created.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_node_pool#project EdgecontainerNodePool#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()EdgecontainerNodePoolTimeoutsgetTimeouts()timeouts block.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(EdgecontainerNodePoolConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theEdgecontainerNodePoolConfig.Builder.
-
-
Method Detail
-
getCluster
public final String getCluster()
Description copied from interface:EdgecontainerNodePoolConfigThe name of the target Distributed Cloud Edge Cluster.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_node_pool#cluster EdgecontainerNodePool#cluster}
- Specified by:
getClusterin interfaceEdgecontainerNodePoolConfig
-
getLocation
public final String getLocation()
Description copied from interface:EdgecontainerNodePoolConfigThe location of the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_node_pool#location EdgecontainerNodePool#location}
- Specified by:
getLocationin interfaceEdgecontainerNodePoolConfig
-
getName
public final String getName()
Description copied from interface:EdgecontainerNodePoolConfigThe resource name of the node pool.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_node_pool#name EdgecontainerNodePool#name}
- Specified by:
getNamein interfaceEdgecontainerNodePoolConfig
-
getNodeCount
public final Number getNodeCount()
Description copied from interface:EdgecontainerNodePoolConfigThe number of nodes in the pool.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_node_pool#node_count EdgecontainerNodePool#node_count}
- Specified by:
getNodeCountin interfaceEdgecontainerNodePoolConfig
-
getNodeLocation
public final String getNodeLocation()
Description copied from interface:EdgecontainerNodePoolConfigName of the Google Distributed Cloud Edge zone where this node pool will be created. For example: 'us-central1-edge-customer-a'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_node_pool#node_location EdgecontainerNodePool#node_location}
- Specified by:
getNodeLocationin interfaceEdgecontainerNodePoolConfig
-
getId
public final String getId()
Description copied from interface:EdgecontainerNodePoolConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_node_pool#id EdgecontainerNodePool#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 interfaceEdgecontainerNodePoolConfig
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:EdgecontainerNodePoolConfigLabels associated with this resource.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_node_pool#labels EdgecontainerNodePool#labels}
- Specified by:
getLabelsin interfaceEdgecontainerNodePoolConfig
-
getLocalDiskEncryption
public final EdgecontainerNodePoolLocalDiskEncryption getLocalDiskEncryption()
Description copied from interface:EdgecontainerNodePoolConfiglocal_disk_encryption block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_node_pool#local_disk_encryption EdgecontainerNodePool#local_disk_encryption}
- Specified by:
getLocalDiskEncryptionin interfaceEdgecontainerNodePoolConfig
-
getMachineFilter
public final String getMachineFilter()
Description copied from interface:EdgecontainerNodePoolConfigOnly machines matching this filter will be allowed to join the node pool.The filtering language accepts strings like "name=
", and is documented in more detail in [AIP-160](https://google.aip.dev/160). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_node_pool#machine_filter EdgecontainerNodePool#machine_filter} - Specified by:
getMachineFilterin interfaceEdgecontainerNodePoolConfig
-
getNodeConfig
public final EdgecontainerNodePoolNodeConfig getNodeConfig()
Description copied from interface:EdgecontainerNodePoolConfignode_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_node_pool#node_config EdgecontainerNodePool#node_config}
- Specified by:
getNodeConfigin interfaceEdgecontainerNodePoolConfig
-
getProject
public final String getProject()
Description copied from interface:EdgecontainerNodePoolConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_node_pool#project EdgecontainerNodePool#project}.- Specified by:
getProjectin interfaceEdgecontainerNodePoolConfig
-
getTimeouts
public final EdgecontainerNodePoolTimeouts getTimeouts()
Description copied from interface:EdgecontainerNodePoolConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_node_pool#timeouts EdgecontainerNodePool#timeouts}
- Specified by:
getTimeoutsin interfaceEdgecontainerNodePoolConfig
-
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
-
-