AlloyDB v1 API - Class ConnectionInfo (1.6.0)

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

Inheritance

object > ConnectionInfo

Namespace

Google.Cloud.AlloyDb.V1

Assembly

Google.Cloud.AlloyDb.V1.dll

Constructors

ConnectionInfo()

public ConnectionInfo()

ConnectionInfo(ConnectionInfo)

public ConnectionInfo(ConnectionInfo other)
Parameter
NameDescription
otherConnectionInfo

Properties

ConnectionInfoName

public ConnectionInfoName ConnectionInfoName { get; set; }

ConnectionInfoName-typed view over the Name resource name property.

Property Value
TypeDescription
ConnectionInfoName

InstanceUid

public string InstanceUid { get; set; }

Output only. The unique ID of the Instance.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
string