public sealed class ConnectionInfo : IMessage<ConnectionInfo>, IEquatable<ConnectionInfo>, IDeepCloneable<ConnectionInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 API class ConnectionInfo.
ConnectionInfo singleton resource. https://google.aip.dev/156
Implements
IMessageConnectionInfo, IEquatableConnectionInfo, IDeepCloneableConnectionInfo, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1Assembly
Google.Cloud.AlloyDb.V1.dll
Constructors
ConnectionInfo()
public ConnectionInfo()
ConnectionInfo(ConnectionInfo)
public ConnectionInfo(ConnectionInfo other)
Parameter | |
---|---|
Name | Description |
other |
ConnectionInfo |
Properties
ConnectionInfoName
public ConnectionInfoName ConnectionInfoName { get; set; }
ConnectionInfoName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ConnectionInfoName |
InstanceUid
public string InstanceUid { get; set; }
Output only. The unique ID of the Instance.
Property Value | |
---|---|
Type | Description |
string |
IpAddress
public string IpAddress { get; set; }
Output only. The private network IP address for the Instance. This is the default IP for the instance and is always created (even if enable_public_ip is set). This is the connection endpoint for an end-user application.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
The name of the ConnectionInfo singleton resource, e.g.: projects/{project}/locations/{location}/clusters//instances//connectionInfo This field currently has no semantic meaning.
Property Value | |
---|---|
Type | Description |
string |