Class: Google::Cloud::Memorystore::V1::CrossInstanceReplicationConfig::RemoteInstance

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/memorystore/v1/memorystore.rb

Overview

Details of the remote instance associated with this instance in a cross instance replication setup.

Instance Attribute Summary collapse

Instance Attribute Details

#instance::String

Returns Optional. The full resource path of the remote instance in the format: projects//locations//instances/.

Returns:

  • (::String)

    Optional. The full resource path of the remote instance in the format: projects//locations//instances/



581
582
583
584
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 581

class RemoteInstance
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uid::String (readonly)

Returns Output only. The unique identifier of the remote instance.

Returns:

  • (::String)

    Output only. The unique identifier of the remote instance.



581
582
583
584
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 581

class RemoteInstance
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end