CreateClusterRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for BigtableInstanceAdmin.CreateCluster.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The unique name of the instance in which to create the new cluster. Values are of the form projects/{project}/instances/{instance} .
|
cluster_id |
str
Required. The ID to be used when referring to the new cluster within its instance, e.g., just mycluster rather
than
projects/myproject/instances/myinstance/clusters/mycluster .
|
cluster |
google.cloud.bigtable_admin_v2.types.Cluster
Required. The cluster to be created. Fields marked OutputOnly must be left blank.
|