Show / Hide Table of Contents

Class CloudSQLInstanceInfo

For display only. Metadata associated with a Cloud SQL instance.

Inheritance
object
CloudSQLInstanceInfo
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.NetworkManagement.v1beta1.Data
Assembly: Google.Apis.NetworkManagement.v1beta1.dll
Syntax
public class CloudSQLInstanceInfo : IDirectResponseSchema

Properties

DisplayName

Name of a Cloud SQL instance.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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

ExternalIp

External IP address of a Cloud SQL instance.

Declaration
[JsonProperty("externalIp")]
public virtual string ExternalIp { get; set; }
Property Value
Type Description
string

InternalIp

Internal IP address of a Cloud SQL instance.

Declaration
[JsonProperty("internalIp")]
public virtual string InternalIp { get; set; }
Property Value
Type Description
string

NetworkUri

URI of a Cloud SQL instance network or empty string if the instance does not have one.

Declaration
[JsonProperty("networkUri")]
public virtual string NetworkUri { get; set; }
Property Value
Type Description
string

Region

Region in which the Cloud SQL instance is running.

Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
Type Description
string

Uri

URI of a Cloud SQL instance.

Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX