Class VmwareenginePrivateCloudManagementClusterNodeTypeConfigs.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.vmwareengine_private_cloud.VmwareenginePrivateCloudManagementClusterNodeTypeConfigs.Jsii$Proxy
-
- All Implemented Interfaces:
VmwareenginePrivateCloudManagementClusterNodeTypeConfigs,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VmwareenginePrivateCloudManagementClusterNodeTypeConfigs
@Stability(Stable) @Internal public static final class VmwareenginePrivateCloudManagementClusterNodeTypeConfigs.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VmwareenginePrivateCloudManagementClusterNodeTypeConfigs
An implementation forVmwareenginePrivateCloudManagementClusterNodeTypeConfigs
-
-
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.vmwareengine_private_cloud.VmwareenginePrivateCloudManagementClusterNodeTypeConfigs
VmwareenginePrivateCloudManagementClusterNodeTypeConfigs.Builder, VmwareenginePrivateCloudManagementClusterNodeTypeConfigs.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VmwareenginePrivateCloudManagementClusterNodeTypeConfigs.Builder builder)Constructor that initializes the object based on literal property values passed by theVmwareenginePrivateCloudManagementClusterNodeTypeConfigs.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)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_private_cloud#node_type_id VmwareenginePrivateCloud#node_type_id}.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(VmwareenginePrivateCloudManagementClusterNodeTypeConfigs.Builder builder)
Constructor that initializes the object based on literal property values passed by theVmwareenginePrivateCloudManagementClusterNodeTypeConfigs.Builder.
-
-
Method Detail
-
getNodeCount
public final Number getNodeCount()
Description copied from interface:VmwareenginePrivateCloudManagementClusterNodeTypeConfigsThe 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_private_cloud#node_count VmwareenginePrivateCloud#node_count}
- Specified by:
getNodeCountin interfaceVmwareenginePrivateCloudManagementClusterNodeTypeConfigs
-
getNodeTypeId
public final String getNodeTypeId()
Description copied from interface:VmwareenginePrivateCloudManagementClusterNodeTypeConfigsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_private_cloud#node_type_id VmwareenginePrivateCloud#node_type_id}.- Specified by:
getNodeTypeIdin interfaceVmwareenginePrivateCloudManagementClusterNodeTypeConfigs
-
getCustomCoreCount
public final Number getCustomCoreCount()
Description copied from interface:VmwareenginePrivateCloudManagementClusterNodeTypeConfigsCustomized 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. This cannot be changed once the PrivateCloud is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_private_cloud#custom_core_count VmwareenginePrivateCloud#custom_core_count}
- Specified by:
getCustomCoreCountin interfaceVmwareenginePrivateCloudManagementClusterNodeTypeConfigs
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-