Enum MySqlReadOnly
If the value is ON, the instance is configured as read_only. If the value is SUPER, the instance is configured as super_read_only. If the value is OFF, the instance is neither read_only nor super_read_only.
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public enum MySqlReadOnly
Fields
Name | Description |
---|---|
Off | |
On | |
Super | |
UnknownEnumValue |