Class: Google::Cloud::NetworkManagement::V1::PrivateConnectionInfo

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

Instance Attribute Details

#uri::String

Returns URI of the Private Connection in format "projects/{project_id}/locations/{location}/privateConnections/{private_connection_id}".

Returns:

  • (::String)

    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