Reference documentation and code samples for the Memorystore V1 API class Google::Cloud::Memorystore::V1::ZoneDistributionConfig.
Zone distribution configuration for allocation of instance resources.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#mode
def mode() -> ::Google::Cloud::Memorystore::V1::ZoneDistributionConfig::ZoneDistributionMode
Returns
- (::Google::Cloud::Memorystore::V1::ZoneDistributionConfig::ZoneDistributionMode) — Optional. Current zone distribution mode. Defaults to MULTI_ZONE.
#mode=
def mode=(value) -> ::Google::Cloud::Memorystore::V1::ZoneDistributionConfig::ZoneDistributionMode
Parameter
- value (::Google::Cloud::Memorystore::V1::ZoneDistributionConfig::ZoneDistributionMode) — Optional. Current zone distribution mode. Defaults to MULTI_ZONE.
Returns
- (::Google::Cloud::Memorystore::V1::ZoneDistributionConfig::ZoneDistributionMode) — Optional. Current zone distribution mode. Defaults to MULTI_ZONE.
#zone
def zone() -> ::String
Returns
- (::String) — Optional. Defines zone where all resources will be allocated with SINGLE_ZONE mode. Ignored for MULTI_ZONE mode.
#zone=
def zone=(value) -> ::String
Parameter
- value (::String) — Optional. Defines zone where all resources will be allocated with SINGLE_ZONE mode. Ignored for MULTI_ZONE mode.
Returns
- (::String) — Optional. Defines zone where all resources will be allocated with SINGLE_ZONE mode. Ignored for MULTI_ZONE mode.