Class CloudSQLInstanceInfo (1.0.0)

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

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