Uses of Class
com.oracle.bmc.databasemanagement.model.InstanceDetails.Status
-
Packages that use InstanceDetails.Status Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of InstanceDetails.Status in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return InstanceDetails.Status Modifier and Type Method Description static InstanceDetails.Status
InstanceDetails.Status. create(String key)
InstanceDetails.Status
InstanceDetails. getStatus()
The status of the Oracle RAC database instance.static InstanceDetails.Status
InstanceDetails.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static InstanceDetails.Status[]
InstanceDetails.Status. 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 InstanceDetails.Status Modifier and Type Method Description InstanceDetails.Builder
InstanceDetails.Builder. status(InstanceDetails.Status status)
The status of the Oracle RAC database instance.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type InstanceDetails.Status Constructor Description InstanceDetails(Integer id, String name, String hostName, InstanceDetails.Status status)
Deprecated.
-