Class: Google::Cloud::Memorystore::V1::Instance::ConnectionDetail

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

Overview

Information of each PSC connection.

Instance Attribute Summary collapse

Instance Attribute Details

#psc_auto_connection::Google::Cloud::Memorystore::V1::PscAutoConnection

Returns Immutable. Detailed information of a PSC connection that is created through service connectivity automation.

Note: The following fields are mutually exclusive: psc_auto_connection, psc_connection. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Memorystore::V1::PscAutoConnection)

    Immutable. Detailed information of a PSC connection that is created through service connectivity automation.

    Note: The following fields are mutually exclusive: psc_auto_connection, psc_connection. If a field in that set is populated, all other fields in the set will automatically be cleared.



258
259
260
261
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 258

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

#psc_connection::Google::Cloud::Memorystore::V1::PscConnection

Returns Detailed information of a PSC connection that is created by the user.

Note: The following fields are mutually exclusive: psc_connection, psc_auto_connection. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Memorystore::V1::PscConnection)

    Detailed information of a PSC connection that is created by the user.

    Note: The following fields are mutually exclusive: psc_connection, psc_auto_connection. If a field in that set is populated, all other fields in the set will automatically be cleared.



258
259
260
261
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 258

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