Show / Hide Table of Contents

Class CloudSqlConnectionProfile

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

Inheritance
object
CloudSqlConnectionProfile
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DatabaseMigrationService.v1beta1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1beta1.dll
Syntax
public class CloudSqlConnectionProfile : IDirectResponseSchema

Properties

CloudSqlId

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

Declaration
[JsonProperty("cloudSqlId")]
public virtual string CloudSqlId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PrivateIp

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

Declaration
[JsonProperty("privateIp")]
public virtual string PrivateIp { get; set; }
Property Value
Type Description
string

PublicIp

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

Declaration
[JsonProperty("publicIp")]
public virtual string PublicIp { get; set; }
Property Value
Type Description
string

Settings

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

Declaration
[JsonProperty("settings")]
public virtual CloudSqlSettings Settings { get; set; }
Property Value
Type Description
CloudSqlSettings

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX