Class: Google::Cloud::Memorystore::V1::CrossInstanceReplicationConfig::RemoteInstance
- Inherits:
-
Object
- Object
- Google::Cloud::Memorystore::V1::CrossInstanceReplicationConfig::RemoteInstance
- 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 ⇒ ::String
Optional.
-
#uid ⇒ ::String
readonly
Output only.
Instance Attribute Details
#instance ⇒ ::String
Returns Optional. The full resource path of the remote instance in
the format: projects/
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.
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 |