scalingMethod property
Supports scale up and scale out.
Required. Possible string values are:
- "SCALE_METHOD_UNSPECIFIED"
- "SCALE_UP" : Scale up: Increases the size of a physical machine by increasing the amount of RAM and CPU available for processing.
- "SCALE_OUT" : Scale out: Combines multiple independent computers into one system.
Implementation
core.String? scalingMethod;