public sealed class PrivateConnectionInfo : IMessage<PrivateConnectionInfo>, IEquatable<PrivateConnectionInfo>, IDeepCloneable<PrivateConnectionInfo>, IBufferMessage, IMessageReference documentation and code samples for the Network Management v1 API class PrivateConnectionInfo.
For display only. Metadata associated with a Private Connection.
Implements
IMessagePrivateConnectionInfo, IEquatablePrivateConnectionInfo, IDeepCloneablePrivateConnectionInfo, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkManagement.V1Assembly
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 |
|