Uses of Class
com.oracle.bmc.databasemanagement.model.MySqlReadOnly
-
Packages that use MySqlReadOnly Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of MySqlReadOnly in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return MySqlReadOnly Modifier and Type Method Description static MySqlReadOnly
MySqlReadOnly. create(String key)
MySqlReadOnly
ManagedMySqlDatabaseGeneralReplicationInformation. getReadOnly()
If the value is ON, the instance is configured as read_only.static MySqlReadOnly
MySqlReadOnly. valueOf(String name)
Returns the enum constant of this type with the specified name.static MySqlReadOnly[]
MySqlReadOnly. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type MySqlReadOnly Modifier and Type Method Description ManagedMySqlDatabaseGeneralReplicationInformation.Builder
ManagedMySqlDatabaseGeneralReplicationInformation.Builder. readOnly(MySqlReadOnly readOnly)
If the value is ON, the instance is configured as read_only.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type MySqlReadOnly Constructor Description ManagedMySqlDatabaseGeneralReplicationInformation(String instanceType, String hostName, Integer port, Long serverId, String serverUuid, Long secondsBehindSourceMax, String fetchStatusSummary, String applyStatusSummary, Boolean isHighAvailabilityEnabled, String highAvailabilityMemberState, Integer inboundReplicationsCount, MySqlReadOnly readOnly, String gtidMode, String executedGtidSet, String binaryLogging, String binaryLogFormat, Integer outboundReplicationsCount)
Deprecated.
-