Interface VmwareengineClusterNodeTypeConfigs
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VmwareengineClusterNodeTypeConfigs.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:23.003Z") @Stability(Stable) public interface VmwareengineClusterNodeTypeConfigs extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVmwareengineClusterNodeTypeConfigs.BuilderA builder forVmwareengineClusterNodeTypeConfigsstatic classVmwareengineClusterNodeTypeConfigs.Jsii$ProxyAn implementation forVmwareengineClusterNodeTypeConfigs
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static VmwareengineClusterNodeTypeConfigs.Builderbuilder()default NumbergetCustomCoreCount()Customized number of cores available to each node of the type.NumbergetNodeCount()The number of nodes of this type in the cluster.StringgetNodeTypeId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_cluster#node_type_id VmwareengineCluster#node_type_id}.
-
-
-
Method Detail
-
getNodeCount
@Stability(Stable) @NotNull Number getNodeCount()
The number of nodes of this type in the cluster.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_cluster#node_count VmwareengineCluster#node_count}
-
getNodeTypeId
@Stability(Stable) @NotNull String getNodeTypeId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_cluster#node_type_id VmwareengineCluster#node_type_id}.
-
getCustomCoreCount
@Stability(Stable) @Nullable default Number getCustomCoreCount()
Customized number of cores available to each node of the type.This number must always be one of 'nodeType.availableCustomCoreCounts'. If zero is provided max value from 'nodeType.availableCustomCoreCounts' will be used. Once the customer is created then corecount cannot be changed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_cluster#custom_core_count VmwareengineCluster#custom_core_count}
-
builder
@Stability(Stable) static VmwareengineClusterNodeTypeConfigs.Builder builder()
-
-