public sealed class CloudSQLInstanceInfo : IMessage<CloudSQLInstanceInfo>, IEquatable<CloudSQLInstanceInfo>, IDeepCloneable<CloudSQLInstanceInfo>, IBufferMessage, IMessageFor display only. Metadata associated with a Cloud SQL instance.
Implements
IMessage<CloudSQLInstanceInfo>, IEquatable<CloudSQLInstanceInfo>, IDeepCloneable<CloudSQLInstanceInfo>, 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 |
|