Package com.google.cloud.vmwareengine.v1
Interface PrivateCloud.ManagementClusterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PrivateCloud.ManagementCluster
,PrivateCloud.ManagementCluster.Builder
- Enclosing class:
- PrivateCloud
public static interface PrivateCloud.ManagementClusterOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsNodeTypeConfigs(String key)
Required.String
getClusterId()
Required.com.google.protobuf.ByteString
getClusterIdBytes()
Required.Map<String,NodeTypeConfig>
getNodeTypeConfigs()
Deprecated.int
getNodeTypeConfigsCount()
Required.Map<String,NodeTypeConfig>
getNodeTypeConfigsMap()
Required.NodeTypeConfig
getNodeTypeConfigsOrDefault(String key, NodeTypeConfig defaultValue)
Required.NodeTypeConfig
getNodeTypeConfigsOrThrow(String key)
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getClusterId
String getClusterId()
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](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
string cluster_id = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The clusterId.
-
getClusterIdBytes
com.google.protobuf.ByteString getClusterIdBytes()
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](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
string cluster_id = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for clusterId.
-
getNodeTypeConfigsCount
int getNodeTypeConfigsCount()
Required. The map of cluster node types in this cluster, where the key is canonical identifier of the node type (corresponds to the `NodeType`).
map<string, .google.cloud.vmwareengine.v1.NodeTypeConfig> node_type_configs = 7 [(.google.api.field_behavior) = REQUIRED];
-
containsNodeTypeConfigs
boolean containsNodeTypeConfigs(String key)
Required. The map of cluster node types in this cluster, where the key is canonical identifier of the node type (corresponds to the `NodeType`).
map<string, .google.cloud.vmwareengine.v1.NodeTypeConfig> node_type_configs = 7 [(.google.api.field_behavior) = REQUIRED];
-
getNodeTypeConfigs
@Deprecated Map<String,NodeTypeConfig> getNodeTypeConfigs()
Deprecated.UsegetNodeTypeConfigsMap()
instead.
-
getNodeTypeConfigsMap
Map<String,NodeTypeConfig> getNodeTypeConfigsMap()
Required. The map of cluster node types in this cluster, where the key is canonical identifier of the node type (corresponds to the `NodeType`).
map<string, .google.cloud.vmwareengine.v1.NodeTypeConfig> node_type_configs = 7 [(.google.api.field_behavior) = REQUIRED];
-
getNodeTypeConfigsOrDefault
NodeTypeConfig getNodeTypeConfigsOrDefault(String key, NodeTypeConfig defaultValue)
Required. The map of cluster node types in this cluster, where the key is canonical identifier of the node type (corresponds to the `NodeType`).
map<string, .google.cloud.vmwareengine.v1.NodeTypeConfig> node_type_configs = 7 [(.google.api.field_behavior) = REQUIRED];
-
getNodeTypeConfigsOrThrow
NodeTypeConfig getNodeTypeConfigsOrThrow(String key)
Required. The map of cluster node types in this cluster, where the key is canonical identifier of the node type (corresponds to the `NodeType`).
map<string, .google.cloud.vmwareengine.v1.NodeTypeConfig> node_type_configs = 7 [(.google.api.field_behavior) = REQUIRED];
-
-