google_api_bigtable_admin v0.8.0 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 markedOutputOnlymust 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., justmyclusterrather 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}.
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
Unwrap a decoded JSON object into its complex fields.