Reference documentation and code samples for the Google Cloud Dataproc Metastore V1 Client class InstanceSize.
Metastore instance sizes.
Protobuf type google.cloud.metastore.v1.ScalingConfig.InstanceSize
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
INSTANCE_SIZE_UNSPECIFIED
Value: 0
Unspecified instance size
Generated from protobuf enum INSTANCE_SIZE_UNSPECIFIED = 0;
EXTRA_SMALL
Value: 1
Extra small instance size, maps to a scaling factor of 0.1.
Generated from protobuf enum EXTRA_SMALL = 1;
SMALL
Value: 2
Small instance size, maps to a scaling factor of 0.5.
Generated from protobuf enum SMALL = 2;
MEDIUM
Value: 3
Medium instance size, maps to a scaling factor of 1.0.
Generated from protobuf enum MEDIUM = 3;
LARGE
Value: 4
Large instance size, maps to a scaling factor of 3.0.
Generated from protobuf enum LARGE = 4;
EXTRA_LARGE
Value: 5
Extra large instance size, maps to a scaling factor of 6.0.
Generated from protobuf enum EXTRA_LARGE = 5;