Network Management v1 API - Class PrivateConnectionInfo (2.21.0)

public sealed class PrivateConnectionInfo : IMessage<PrivateConnectionInfo>, IEquatable<PrivateConnectionInfo>, IDeepCloneable<PrivateConnectionInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Management v1 API class PrivateConnectionInfo.

For display only. Metadata associated with a Private Connection.

Inheritance

object > PrivateConnectionInfo

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

PrivateConnectionInfo()

public PrivateConnectionInfo()

PrivateConnectionInfo(PrivateConnectionInfo)

public PrivateConnectionInfo(PrivateConnectionInfo other)
Parameter
Name Description
other PrivateConnectionInfo

Properties

Uri

public string Uri { get; set; }

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

Property Value
Type Description
string