Class MysqlDatabaseDeployment
Specific details for a Mysql database deployment.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.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> |