Show / Hide Table of Contents

Class MysqlProfile

MySQL database profile.

Inheritance
object
MysqlProfile
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.Datastream.v1alpha1.Data
Assembly: Google.Apis.Datastream.v1alpha1.dll
Syntax
public class MysqlProfile : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Hostname

Required. Hostname for the MySQL connection.

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

Password

Required. Input only. Password for the MySQL connection.

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

Port

Port for the MySQL connection, default value is 3306.

Declaration
[JsonProperty("port")]
public virtual int? Port { get; set; }
Property Value
Type Description
int?

SslConfig

SSL configuration for the MySQL connection.

Declaration
[JsonProperty("sslConfig")]
public virtual MysqlSslConfig SslConfig { get; set; }
Property Value
Type Description
MysqlSslConfig

Username

Required. Username for the MySQL connection.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX