Class NodeInfo
Details about an instance within the deployment.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class NodeInfo : IDirectResponseSchema
Properties
Connection
Output only. The instance connection name.
Declaration
[JsonProperty("connection")]
public virtual string Connection { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Dns
Output only. The unique DNS name for this instance.
Declaration
[JsonProperty("dns")]
public virtual string Dns { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Instance
Output only. The full resource name of the instance. Format: projects/{project}/instances/{instance}
Declaration
[JsonProperty("instance")]
public virtual string Instance { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IpMappings
Output only. The list of IP addresses for this instance.
Declaration
[JsonProperty("ipMappings")]
public virtual IList<IpMapping> IpMappings { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<IpMapping> |