Google Cloud Memorystore V1 Client - Class NodeType (0.9.0)

Reference documentation and code samples for the Google Cloud Memorystore V1 Client class NodeType.

Possible node types of the instance. See https://cloud.google.com/memorystore/docs/valkey/instance-node-specification for more information.

Protobuf type google.cloud.memorystore.v1.Instance.NodeType

Namespace

Google \ Cloud \ Memorystore \ V1 \ Instance

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

NODE_TYPE_UNSPECIFIED

Value: 0

Not set.

Generated from protobuf enum NODE_TYPE_UNSPECIFIED = 0;

SHARED_CORE_NANO

Value: 1

Shared core nano.

Generated from protobuf enum SHARED_CORE_NANO = 1;

HIGHMEM_MEDIUM

Value: 2

High memory medium.

Generated from protobuf enum HIGHMEM_MEDIUM = 2;

HIGHMEM_XLARGE

Value: 3

High memory extra large.

Generated from protobuf enum HIGHMEM_XLARGE = 3;

STANDARD_SMALL

Value: 4

Standard small.

Generated from protobuf enum STANDARD_SMALL = 4;

CUSTOM_MICRO

Value: 5

Custom micro.

Generated from protobuf enum CUSTOM_MICRO = 5;

CUSTOM_MINI

Value: 6

Custom mini.

Generated from protobuf enum CUSTOM_MINI = 6;

HIGHCPU_MEDIUM

Value: 7

High cpu medium.

Generated from protobuf enum HIGHCPU_MEDIUM = 7;

STANDARD_LARGE

Value: 8

Standard large.

Generated from protobuf enum STANDARD_LARGE = 8;

HIGHMEM_2XLARGE

Value: 9

High memory 2x large.

Generated from protobuf enum HIGHMEM_2XLARGE = 9;

CUSTOM_PICO

Value: 10

Custom pico.

Generated from protobuf enum CUSTOM_PICO = 10;