Class: Google::Cloud::NetworkManagement::V1::PrivateConnectionInfo
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::PrivateConnectionInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkmanagement/v1/trace.rb
Overview
For display only. Metadata associated with a Private Connection.
Instance Attribute Summary collapse
-
#uri ⇒ ::String
URI of the Private Connection in format "projects/{project_id}/locations/{location}/privateConnections/{private_connection_id}".
Instance Attribute Details
#uri ⇒ ::String
Returns URI of the Private Connection in format "projects/{project_id}/locations/{location}/privateConnections/{private_connection_id}".
2624 2625 2626 2627 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 2624 class PrivateConnectionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |