Reference documentation and code samples for the Google Cloud Redis V1beta1 Client class ConnectMode.
Available connection modes.
Protobuf type google.cloud.redis.v1beta1.Instance.ConnectMode
Namespace
Google \ Cloud \ Redis \ V1beta1 \ Instance
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
CONNECT_MODE_UNSPECIFIED
Value: 0
Not set.
Generated from protobuf enum CONNECT_MODE_UNSPECIFIED = 0;
DIRECT_PEERING
Value: 1
Connect via direct peering to the Memorystore for Redis hosted service.
Generated from protobuf enum DIRECT_PEERING = 1;
PRIVATE_SERVICE_ACCESS
Value: 2
Connect your Memorystore for Redis instance using Private Service
Access. Private services access provides an IP address range for multiple
Google Cloud services, including Memorystore.
Generated from protobuf enum PRIVATE_SERVICE_ACCESS = 2;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]