google_api_bigtable_admin v0.12.1 GoogleApi.BigtableAdmin.V2.Model.CreateClusterRequest View Source

Request message for BigtableInstanceAdmin.CreateCluster.

Attributes

  • cluster (type: GoogleApi.BigtableAdmin.V2.Model.Cluster.t, default: nil) - Required. The cluster to be created. Fields marked OutputOnly 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., just mycluster rather than projects/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 form projects/{project}/instances/{instance}.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.BigtableAdmin.V2.Model.CreateClusterRequest{
  cluster: GoogleApi.BigtableAdmin.V2.Model.Cluster.t(),
  clusterId: String.t(),
  parent: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.