Class: Google::Cloud::Memorystore::V1::CrossInstanceReplicationConfig::Membership

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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