Show / Hide Table of Contents

Class NodeInfo

Details about an instance within the deployment.

Inheritance
object
NodeInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX