Class ControlledUpdateDbSystemDetails
Details of the controlled update action, including the target subset of MySQL instances to update based on their role.
Inherited Members
Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public class ControlledUpdateDbSystemDetails
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. |