Interface VmwareenginePrivateCloudManagementCluster
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VmwareenginePrivateCloudManagementCluster.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:23.029Z") @Stability(Stable) public interface VmwareenginePrivateCloudManagementCluster extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVmwareenginePrivateCloudManagementCluster.BuilderA builder forVmwareenginePrivateCloudManagementClusterstatic classVmwareenginePrivateCloudManagementCluster.Jsii$ProxyAn implementation forVmwareenginePrivateCloudManagementCluster
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static VmwareenginePrivateCloudManagementCluster.Builderbuilder()StringgetClusterId()The user-provided identifier of the new Cluster.default ObjectgetNodeTypeConfigs()node_type_configs block.default VmwareenginePrivateCloudManagementClusterStretchedClusterConfiggetStretchedClusterConfig()stretched_cluster_config block.
-
-
-
Method Detail
-
getClusterId
@Stability(Stable) @NotNull String getClusterId()
The 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}
-
getNodeTypeConfigs
@Stability(Stable) @Nullable default Object getNodeTypeConfigs()
node_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}
-
getStretchedClusterConfig
@Stability(Stable) @Nullable default VmwareenginePrivateCloudManagementClusterStretchedClusterConfig getStretchedClusterConfig()
stretched_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}
-
builder
@Stability(Stable) static VmwareenginePrivateCloudManagementCluster.Builder builder()
-
-