Uses of Class
com.oracle.bmc.mysql.model.InnoDbShutdownMode
-
Packages that use InnoDbShutdownMode Package Description com.oracle.bmc.mysql.model -
-
Uses of InnoDbShutdownMode in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return InnoDbShutdownMode Modifier and Type Method Description static InnoDbShutdownMode
InnoDbShutdownMode. create(String key)
InnoDbShutdownMode
RestartDbSystemDetails. getShutdownType()
The InnoDB shutdown mode to use, following the option “innodb_fast_shutdown”.InnoDbShutdownMode
StopDbSystemDetails. getShutdownType()
The InnoDB shutdown mode to use, following the option “innodb_fast_shutdown”.static InnoDbShutdownMode
InnoDbShutdownMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static InnoDbShutdownMode[]
InnoDbShutdownMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.mysql.model with parameters of type InnoDbShutdownMode Modifier and Type Method Description RestartDbSystemDetails.Builder
RestartDbSystemDetails.Builder. shutdownType(InnoDbShutdownMode shutdownType)
The InnoDB shutdown mode to use, following the option “innodb_fast_shutdown”.StopDbSystemDetails.Builder
StopDbSystemDetails.Builder. shutdownType(InnoDbShutdownMode shutdownType)
The InnoDB shutdown mode to use, following the option “innodb_fast_shutdown”.Constructors in com.oracle.bmc.mysql.model with parameters of type InnoDbShutdownMode Constructor Description RestartDbSystemDetails(InnoDbShutdownMode shutdownType)
Deprecated.StopDbSystemDetails(InnoDbShutdownMode shutdownType)
Deprecated.
-