AlloyDB v1alpha API - Class ConnectionInfo (1.0.0-alpha07)

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

Reference documentation and code samples for the AlloyDB v1alpha API class ConnectionInfo.

ConnectionInfo singleton resource. https://google.aip.dev/156

Inheritance

object > ConnectionInfo

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.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

PemCertificateChain

[Obsolete]
public RepeatedField<string> PemCertificateChain { get; }

Output only. The pem-encoded chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246.

Property Value
TypeDescription
RepeatedFieldstring

PscDnsName

public string PscDnsName { get; set; }

Output only. The DNS name to use with PSC for the Instance.

Property Value
TypeDescription
string

PublicIpAddress

public string PublicIpAddress { get; set; }

Output only. The public IP addresses for the Instance. This is available ONLY when enable_public_ip is set. This is the connection endpoint for an end-user application.

Property Value
TypeDescription
string