Reference documentation and code samples for the Cloud Bigtable V2 Client class ClusterConfig.
Configuration for a cluster.
Generated from protobuf message google.bigtable.admin.v2.Cluster.ClusterConfig
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2 \ ClusterMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ cluster_autoscaling_config |
Google\Cloud\Bigtable\Admin\V2\Cluster\ClusterAutoscalingConfig
Autoscaling configuration for this cluster. |
getClusterAutoscalingConfig
Autoscaling configuration for this cluster.
Returns | |
---|---|
Type | Description |
Google\Cloud\Bigtable\Admin\V2\Cluster\ClusterAutoscalingConfig|null |
hasClusterAutoscalingConfig
clearClusterAutoscalingConfig
setClusterAutoscalingConfig
Autoscaling configuration for this cluster.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Bigtable\Admin\V2\Cluster\ClusterAutoscalingConfig
|
Returns | |
---|---|
Type | Description |
$this |