Show / Hide Table of Contents

Class MysqlDatabaseDeployment

Specific details for a Mysql database deployment.

Inheritance
object
MysqlDatabaseDeployment
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.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class MysqlDatabaseDeployment : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Plugins

Optional. List of MySql plugins.

Declaration
[JsonProperty("plugins")]
public virtual IList<MySqlPlugin> Plugins { get; set; }
Property Value
Type Description
IList<MySqlPlugin>

Properties

Optional. List of MySql properties.

Declaration
[JsonProperty("properties")]
public virtual IList<MySqlProperty> Properties { get; set; }
Property Value
Type Description
IList<MySqlProperty>

ResourceGroupsCount

Optional. Number of resource groups.

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

Variables

Optional. List of MySql variables.

Declaration
[JsonProperty("variables")]
public virtual IList<MySqlVariable> Variables { get; set; }
Property Value
Type Description
IList<MySqlVariable>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX