Cluster
import type { Cluster } from "https://googleapis.deno.dev/v1/managedkafka:v1.ts";
An Apache Kafka cluster deployed in a location.
interface Cluster {
capacityConfig?: CapacityConfig;
readonly createTime?: Date;
gcpConfig?: GcpConfig;
labels?: {};
[key: string]: string;
name?: string;
rebalanceConfig?: RebalanceConfig;
readonly satisfiesPzi?: boolean;
readonly satisfiesPzs?: boolean;
readonly state?:
| "STATE_UNSPECIFIED"
| "CREATING"
| "ACTIVE"
| "DELETING";
readonly updateTime?: Date;
}§Properties
§
capacityConfig?: CapacityConfig
[src]Required. Capacity configuration for the Kafka cluster.
§
name?: string
[src]Identifier. The name of the cluster. Structured like: projects/{project_number}/locations/{location}/clusters/{cluster_id}
§
rebalanceConfig?: RebalanceConfig
[src]Optional. Rebalance configuration for the Kafka cluster.