Module: Google::Cloud::Metastore::V1::ScalingConfig::InstanceSize
- Defined in:
- proto_docs/google/cloud/metastore/v1/metastore.rb
Overview
Metastore instance sizes.
Constant Summary collapse
- INSTANCE_SIZE_UNSPECIFIED =
Unspecified instance size
0
- EXTRA_SMALL =
Extra small instance size, maps to a scaling factor of 0.1.
1
- SMALL =
Small instance size, maps to a scaling factor of 0.5.
2
- MEDIUM =
Medium instance size, maps to a scaling factor of 1.0.
3
- LARGE =
Large instance size, maps to a scaling factor of 3.0.
4
- EXTRA_LARGE =
Extra large instance size, maps to a scaling factor of 6.0.
5