View Source GoogleApi.BigtableAdmin.V2.Model.CreateClusterRequest (google_api_bigtable_admin v0.22.0)
Request message for BigtableInstanceAdmin.CreateCluster.
Attributes
-
cluster
(type:GoogleApi.BigtableAdmin.V2.Model.Cluster.t
, default:nil
) - Required. The cluster to be created. Fields markedOutputOnly
must be left blank. -
clusterId
(type:String.t
, default:nil
) - Required. The ID to be used when referring to the new cluster within its instance, e.g., justmycluster
rather thanprojects/myproject/instances/myinstance/clusters/mycluster
. -
parent
(type:String.t
, default:nil
) - Required. The unique name of the instance in which to create the new cluster. Values are of the formprojects/{project}/instances/{instance}
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigtableAdmin.V2.Model.CreateClusterRequest{ cluster: GoogleApi.BigtableAdmin.V2.Model.Cluster.t() | nil, clusterId: String.t() | nil, parent: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.