Interface GkeonpremVmwareNodePoolConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
GkeonpremVmwareNodePoolConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.485Z") @Stability(Stable) public interface GkeonpremVmwareNodePoolConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremVmwareNodePoolConfig.BuilderA builder forGkeonpremVmwareNodePoolConfigstatic classGkeonpremVmwareNodePoolConfig.Jsii$ProxyAn implementation forGkeonpremVmwareNodePoolConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static GkeonpremVmwareNodePoolConfig.Builderbuilder()default Map<String,String>getAnnotations()Annotations on the node Pool.GkeonpremVmwareNodePoolConfigAgetConfig()config block.default StringgetDisplayName()The display name for the node pool.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_node_pool#id GkeonpremVmwareNodePool#id}.StringgetLocation()The location of the resource.StringgetName()The vmware node pool name.default GkeonpremVmwareNodePoolNodePoolAutoscalinggetNodePoolAutoscaling()node_pool_autoscaling block.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_node_pool#project GkeonpremVmwareNodePool#project}.default GkeonpremVmwareNodePoolTimeoutsgetTimeouts()timeouts block.StringgetVmwareCluster()The cluster this node pool belongs to.
-
-
-
Method Detail
-
getConfig
@Stability(Stable) @NotNull GkeonpremVmwareNodePoolConfigA getConfig()
config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_node_pool#config GkeonpremVmwareNodePool#config}
-
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/gkeonprem_vmware_node_pool#location GkeonpremVmwareNodePool#location}
-
getName
@Stability(Stable) @NotNull String getName()
The vmware node pool name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_node_pool#name GkeonpremVmwareNodePool#name}
-
getVmwareCluster
@Stability(Stable) @NotNull String getVmwareCluster()
The cluster this node pool belongs to.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_node_pool#vmware_cluster GkeonpremVmwareNodePool#vmware_cluster}
-
getAnnotations
@Stability(Stable) @Nullable default Map<String,String> getAnnotations()
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/gkeonprem_vmware_node_pool#annotations GkeonpremVmwareNodePool#annotations}
-
getDisplayName
@Stability(Stable) @Nullable default String getDisplayName()
The display name for the node pool.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_node_pool#display_name GkeonpremVmwareNodePool#display_name}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_node_pool#id GkeonpremVmwareNodePool#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.
-
getNodePoolAutoscaling
@Stability(Stable) @Nullable default GkeonpremVmwareNodePoolNodePoolAutoscaling getNodePoolAutoscaling()
node_pool_autoscaling block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_node_pool#node_pool_autoscaling GkeonpremVmwareNodePool#node_pool_autoscaling}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_node_pool#project GkeonpremVmwareNodePool#project}.
-
getTimeouts
@Stability(Stable) @Nullable default GkeonpremVmwareNodePoolTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_node_pool#timeouts GkeonpremVmwareNodePool#timeouts}
-
builder
@Stability(Stable) static GkeonpremVmwareNodePoolConfig.Builder builder()
-
-