Class CloudSQLInstanceInfo
For display only. Metadata associated with a Cloud SQL instance.
Implements
Inherited Members
Namespace: Google.Apis.NetworkManagement.v1.Data
Assembly: Google.Apis.NetworkManagement.v1.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 |