Class ManagementCluster (1.4.2)

ManagementCluster(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Management cluster configuration.

Attributes

NameDescription
cluster_id str
Required. 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
node_type_configs MutableMapping[str, google.cloud.vmwareengine_v1.types.NodeTypeConfig]
Required. The map of cluster node types in this cluster, where the key is canonical identifier of the node type (corresponds to the NodeType).
stretched_cluster_config google.cloud.vmwareengine_v1.types.StretchedClusterConfig
Optional. Configuration of a stretched cluster. Required for STRETCHED private clouds.

Classes

NodeTypeConfigsEntry

NodeTypeConfigsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.