Interface EdgecontainerNodePoolConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
EdgecontainerNodePoolConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.137Z") @Stability(Stable) public interface EdgecontainerNodePoolConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEdgecontainerNodePoolConfig.BuilderA builder forEdgecontainerNodePoolConfigstatic classEdgecontainerNodePoolConfig.Jsii$ProxyAn implementation forEdgecontainerNodePoolConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static EdgecontainerNodePoolConfig.Builderbuilder()StringgetCluster()The name of the target Distributed Cloud Edge Cluster.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_node_pool#id EdgecontainerNodePool#id}.default Map<String,String>getLabels()Labels associated with this resource.default EdgecontainerNodePoolLocalDiskEncryptiongetLocalDiskEncryption()local_disk_encryption block.StringgetLocation()The location of the resource.default StringgetMachineFilter()Only machines matching this filter will be allowed to join the node pool.StringgetName()The resource name of the node pool.default 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.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_node_pool#project EdgecontainerNodePool#project}.default EdgecontainerNodePoolTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getCluster
@Stability(Stable) @NotNull String getCluster()
The 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}
-
getLocation
@Stability(Stable) @NotNull String getLocation()
The 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}
-
getName
@Stability(Stable) @NotNull String getName()
The 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}
-
getNodeCount
@Stability(Stable) @NotNull Number getNodeCount()
The 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}
-
getNodeLocation
@Stability(Stable) @NotNull String getNodeLocation()
Name 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}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs 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.
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
Labels 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}
-
getLocalDiskEncryption
@Stability(Stable) @Nullable default EdgecontainerNodePoolLocalDiskEncryption getLocalDiskEncryption()
local_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}
-
getMachineFilter
@Stability(Stable) @Nullable default String getMachineFilter()
Only 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}
-
getNodeConfig
@Stability(Stable) @Nullable default EdgecontainerNodePoolNodeConfig getNodeConfig()
node_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}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_node_pool#project EdgecontainerNodePool#project}.
-
getTimeouts
@Stability(Stable) @Nullable default EdgecontainerNodePoolTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_node_pool#timeouts EdgecontainerNodePool#timeouts}
-
builder
@Stability(Stable) static EdgecontainerNodePoolConfig.Builder builder()
-
-