nodeScalingFactor

@JvmName(name = "gqxjxlbvwdhqtkyt")
suspend fun nodeScalingFactor(value: Output<String>)
@JvmName(name = "blqhdfbrlofxippx")
suspend fun nodeScalingFactor(value: String?)

Parameters

value

The node scaling factor for this cluster. One of "NodeScalingFactor1X" or "NodeScalingFactor2X". Defaults to "NodeScalingFactor1X". If "NodeScalingFactor2X" is specified, then num_nodes, min_nodes, and max_nodes would need to be specified in increments of 2. This value cannot be updated after the cluster is created.

Note: Removing the field entirely from the config will cause the provider to default to the backend value. !>Warning: Modifying this field will cause the provider to delete/recreate the entire resource. !>Warning: Modifying the storage_type, zone or kms_key_name of an existing cluster (by cluster_id) will cause the provider to delete/recreate the entire gcp.bigtable.Instance resource. If these values are changing, use a new cluster_id.