Reference documentation and code samples for the Memorystore V1 API module Google::Cloud::Memorystore::V1::Instance::ServerCaMode.
The Server CA mode for the instance.
Constants
SERVER_CA_MODE_UNSPECIFIED
value: 0
Server CA mode not specified.
GOOGLE_MANAGED_PER_INSTANCE_CA
value: 1
Each instance has its own Google-managed CA.
GOOGLE_MANAGED_SHARED_CA
value: 2
The instance uses a Google-managed shared CA for the instance's region.
CUSTOMER_MANAGED_CAS_CA
value: 3
The instance uses a customer-managed CA from CAS.
SERVER_CA_MODE_GOOGLE_MANAGED_PER_INSTANCE_CA
value: 1
Deprecated: Use GOOGLE_MANAGED_PER_INSTANCE_CA instead.
SERVER_CA_MODE_GOOGLE_MANAGED_SHARED_CA
value: 2
Deprecated: Use GOOGLE_MANAGED_SHARED_CA instead.
SERVER_CA_MODE_CUSTOMER_MANAGED_CAS_CA
value: 3
Deprecated: Use CUSTOMER_MANAGED_CAS_CA instead.