Network Management v1 API - Class CloudSQLInstanceInfo (2.9.0)

public sealed class CloudSQLInstanceInfo : IMessage<CloudSQLInstanceInfo>, IEquatable<CloudSQLInstanceInfo>, IDeepCloneable<CloudSQLInstanceInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Management v1 API class CloudSQLInstanceInfo.

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

Inheritance

object > CloudSQLInstanceInfo

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

CloudSQLInstanceInfo()

public CloudSQLInstanceInfo()

CloudSQLInstanceInfo(CloudSQLInstanceInfo)

public CloudSQLInstanceInfo(CloudSQLInstanceInfo other)
Parameter
NameDescription
otherCloudSQLInstanceInfo

Properties

DisplayName

public string DisplayName { get; set; }

Name of a Cloud SQL instance.

Property Value
TypeDescription
string

ExternalIp

public string ExternalIp { get; set; }

External IP address of a Cloud SQL instance.

Property Value
TypeDescription
string

InternalIp

public string InternalIp { get; set; }

Internal IP address of a Cloud SQL instance.

Property Value
TypeDescription
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
TypeDescription
string

Region

public string Region { get; set; }

Region in which the Cloud SQL instance is running.

Property Value
TypeDescription
string

Uri

public string Uri { get; set; }

URI of a Cloud SQL instance.

Property Value
TypeDescription
string