public sealed class ConnectionInfo : IMessage<ConnectionInfo>, IEquatable<ConnectionInfo>, IDeepCloneable<ConnectionInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta API class ConnectionInfo.
ConnectionInfo singleton resource. https://google.aip.dev/156
Implements
IMessageConnectionInfo, IEquatableConnectionInfo, IDeepCloneableConnectionInfo, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1BetaAssembly
Google.Cloud.AlloyDb.V1Beta.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 |
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 | |
---|---|
Type | Description |
RepeatedFieldstring |
PscDnsName
public string PscDnsName { get; set; }
Output only. The DNS name to use with PSC for the Instance.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |