Class PrivateCloudManagementClusterArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.vmwareengine.inputs.PrivateCloudManagementClusterArgs
-
public final class PrivateCloudManagementClusterArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PrivateCloudManagementClusterArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static PrivateCloudManagementClusterArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PrivateCloudManagementClusterArgs.Builder
builder()
static PrivateCloudManagementClusterArgs.Builder
builder(PrivateCloudManagementClusterArgs defaults)
com.pulumi.core.Output<java.lang.String>
clusterId()
java.util.Optional<com.pulumi.core.Output<java.util.List<PrivateCloudManagementClusterNodeTypeConfigArgs>>>
nodeTypeConfigs()
-
-
-
Field Detail
-
Empty
public static final PrivateCloudManagementClusterArgs Empty
-
-
Method Detail
-
clusterId
public com.pulumi.core.Output<java.lang.String> clusterId()
- Returns:
- 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)
-
nodeTypeConfigs
public java.util.Optional<com.pulumi.core.Output<java.util.List<PrivateCloudManagementClusterNodeTypeConfigArgs>>> nodeTypeConfigs()
- Returns:
- The map of cluster node types in this cluster, where the key is canonical identifier of the node type (corresponds to the NodeType). Structure is documented below.
-
builder
public static PrivateCloudManagementClusterArgs.Builder builder()
-
builder
public static PrivateCloudManagementClusterArgs.Builder builder(PrivateCloudManagementClusterArgs defaults)
-
-