Class: Google::Cloud::Memorystore::V1::CrossInstanceReplicationConfig::Membership
- Inherits:
-
Object
- Object
- Google::Cloud::Memorystore::V1::CrossInstanceReplicationConfig::Membership
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memorystore/v1/memorystore.rb
Overview
An output only view of all the member instances participating in the cross instance replication.
Instance Attribute Summary collapse
-
#primary_instance ⇒ ::Google::Cloud::Memorystore::V1::CrossInstanceReplicationConfig::RemoteInstance
readonly
Output only.
-
#secondary_instances ⇒ ::Array<::Google::Cloud::Memorystore::V1::CrossInstanceReplicationConfig::RemoteInstance>
readonly
Output only.
Instance Attribute Details
#primary_instance ⇒ ::Google::Cloud::Memorystore::V1::CrossInstanceReplicationConfig::RemoteInstance (readonly)
Returns Output only. The primary instance that acts as the source of replication for the secondary instances.
596 597 598 599 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 596 class Membership include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#secondary_instances ⇒ ::Array<::Google::Cloud::Memorystore::V1::CrossInstanceReplicationConfig::RemoteInstance> (readonly)
Returns Output only. The list of secondary instances replicating from the primary instance.
596 597 598 599 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 596 class Membership include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |