Google Cloud Memorystore V1beta Client - Class NodeType (0.1.0)

Reference documentation and code samples for the Google Cloud Memorystore V1beta 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.v1beta.Instance.NodeType

Namespace

Google \ Cloud \ Memorystore \ V1beta \ 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;