Class CloudSqlConnectionProfile (2.0.0)

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

Specifies required connection parameters, and, optionally, the parameters required to create a Cloud SQL destination database instance.

Inheritance

Object > CloudSqlConnectionProfile

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

CloudSqlConnectionProfile()

public CloudSqlConnectionProfile()

CloudSqlConnectionProfile(CloudSqlConnectionProfile)

public CloudSqlConnectionProfile(CloudSqlConnectionProfile other)
Parameter
NameDescription
otherCloudSqlConnectionProfile

Properties

CloudSqlId

public string CloudSqlId { get; set; }

Output only. The Cloud SQL instance ID that this connection profile is associated with.

Property Value
TypeDescription
String

PrivateIp

public string PrivateIp { get; set; }

Output only. The Cloud SQL database instance's private IP.

Property Value
TypeDescription
String

PublicIp

public string PublicIp { get; set; }

Output only. The Cloud SQL database instance's public IP.

Property Value
TypeDescription
String

Settings

public CloudSqlSettings Settings { get; set; }

Immutable. Metadata used to create the destination Cloud SQL database.

Property Value
TypeDescription
CloudSqlSettings