Class VmwareenginePrivateCloudManagementCluster.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.vmwareengine_private_cloud.VmwareenginePrivateCloudManagementCluster.Jsii$Proxy
-
- All Implemented Interfaces:
VmwareenginePrivateCloudManagementCluster,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VmwareenginePrivateCloudManagementCluster
@Stability(Stable) @Internal public static final class VmwareenginePrivateCloudManagementCluster.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VmwareenginePrivateCloudManagementCluster
An implementation forVmwareenginePrivateCloudManagementCluster
-
-
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.VmwareenginePrivateCloudManagementCluster
VmwareenginePrivateCloudManagementCluster.Builder, VmwareenginePrivateCloudManagementCluster.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VmwareenginePrivateCloudManagementCluster.Builder builder)Constructor that initializes the object based on literal property values passed by theVmwareenginePrivateCloudManagementCluster.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)StringgetClusterId()The user-provided identifier of the new Cluster.ObjectgetNodeTypeConfigs()node_type_configs block.VmwareenginePrivateCloudManagementClusterStretchedClusterConfiggetStretchedClusterConfig()stretched_cluster_config 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(VmwareenginePrivateCloudManagementCluster.Builder builder)
Constructor that initializes the object based on literal property values passed by theVmwareenginePrivateCloudManagementCluster.Builder.
-
-
Method Detail
-
getClusterId
public final String getClusterId()
Description copied from interface:VmwareenginePrivateCloudManagementClusterThe user-provided identifier of the new Cluster.The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with RFC 1034 (https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5) Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_private_cloud#cluster_id VmwareenginePrivateCloud#cluster_id}
- Specified by:
getClusterIdin interfaceVmwareenginePrivateCloudManagementCluster
-
getNodeTypeConfigs
public final Object getNodeTypeConfigs()
Description copied from interface:VmwareenginePrivateCloudManagementClusternode_type_configs block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_private_cloud#node_type_configs VmwareenginePrivateCloud#node_type_configs}
- Specified by:
getNodeTypeConfigsin interfaceVmwareenginePrivateCloudManagementCluster
-
getStretchedClusterConfig
public final VmwareenginePrivateCloudManagementClusterStretchedClusterConfig getStretchedClusterConfig()
Description copied from interface:VmwareenginePrivateCloudManagementClusterstretched_cluster_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_private_cloud#stretched_cluster_config VmwareenginePrivateCloud#stretched_cluster_config}
- Specified by:
getStretchedClusterConfigin interfaceVmwareenginePrivateCloudManagementCluster
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-