Class: Google::Bigtable::Admin::V2::CreateClusterRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb

Overview

Request message for BigtableInstanceAdmin.CreateCluster.

Instance Attribute Summary collapse

Instance Attribute Details

#clusterGoogle::Bigtable::Admin::V2::Cluster

Returns Required. The cluster to be created. Fields marked OutputOnly must be left blank.

Returns:



109
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 109

class CreateClusterRequest; end

#cluster_idString

Returns 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.

Returns:

  • (String)

    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.



109
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 109

class CreateClusterRequest; end

#parentString

Returns Required. The unique name of the instance in which to create the new cluster. Values are of the form projects/{project}/instances/{instance}.

Returns:

  • (String)

    Required. The unique name of the instance in which to create the new cluster. Values are of the form projects/{project}/instances/{instance}.



109
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 109

class CreateClusterRequest; end