Class ControlledUpdate
The details of the last successfully processed controlled update action.
Inherited Members
Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public class ControlledUpdate
Properties
TargetDbInstances
Declaration
[JsonProperty(PropertyName = "targetDbInstances")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ControlledUpdateTargetDbInstances? TargetDbInstances { get; set; }
Property Value
| Type | Description |
|---|---|
| ControlledUpdateTargetDbInstances? | Defines the MySQL instances to be operated during a controlled update.
|
TargetMysqlVersion
Declaration
[JsonProperty(PropertyName = "targetMysqlVersion")]
public string TargetMysqlVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The MySQL version to be applied to the selected instances. |