Enum VersionPreference
The preferred version to target when performing an automatic MySQL upgrade.
OLDEST: Choose the oldest available MySQL version based on the current version of the DB System.
SECOND_NEWEST: Choose the MySQL version before the newest for auto-upgrade.
NEWEST: Choose the latest and greatest MySQL version available for auto-upgrade.
Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public enum VersionPreference
Fields
Name | Description |
---|---|
Newest | |
Oldest | |
SecondNewest | |
UnknownEnumValue |