Interface PrivateCloud.ManagementClusterOrBuilder

    • 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];
      • 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];