public sealed class CloudSQLInstanceInfo : IMessage<CloudSQLInstanceInfo>, IEquatable<CloudSQLInstanceInfo>, IDeepCloneable<CloudSQLInstanceInfo>, IBufferMessage, IMessageReference documentation and code samples for the Network Management v1 API class CloudSQLInstanceInfo.
For display only. Metadata associated with a Cloud SQL instance.
Implements
IMessageCloudSQLInstanceInfo, IEquatableCloudSQLInstanceInfo, IDeepCloneableCloudSQLInstanceInfo, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
CloudSQLInstanceInfo()
public CloudSQLInstanceInfo()CloudSQLInstanceInfo(CloudSQLInstanceInfo)
public CloudSQLInstanceInfo(CloudSQLInstanceInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
CloudSQLInstanceInfo |
Properties
DisplayName
public string DisplayName { get; set; }Name of a Cloud SQL instance.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ExternalIp
public string ExternalIp { get; set; }External IP address of a Cloud SQL instance.
| Property Value | |
|---|---|
| Type | Description |
string |
|
InternalIp
public string InternalIp { get; set; }Internal IP address of a Cloud SQL instance.
| Property Value | |
|---|---|
| Type | Description |
string |
|
NetworkUri
public string NetworkUri { get; set; }URI of a Cloud SQL instance network or empty string if the instance does not have one.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Region
public string Region { get; set; }Region in which the Cloud SQL instance is running.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Uri
public string Uri { get; set; }URI of a Cloud SQL instance.
| Property Value | |
|---|---|
| Type | Description |
string |
|