Uses of Class
com.oracle.bmc.vnmonitoring.model.DrgRedundancyStatus.Status
-
Packages that use DrgRedundancyStatus.Status Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of DrgRedundancyStatus.Status in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return DrgRedundancyStatus.Status Modifier and Type Method Description static DrgRedundancyStatus.Status
DrgRedundancyStatus.Status. create(String key)
DrgRedundancyStatus.Status
DrgRedundancyStatus. getStatus()
The redundancy status of the DRG.static DrgRedundancyStatus.Status
DrgRedundancyStatus.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static DrgRedundancyStatus.Status[]
DrgRedundancyStatus.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type DrgRedundancyStatus.Status Modifier and Type Method Description DrgRedundancyStatus.Builder
DrgRedundancyStatus.Builder. status(DrgRedundancyStatus.Status status)
The redundancy status of the DRG.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type DrgRedundancyStatus.Status Constructor Description DrgRedundancyStatus(String id, DrgRedundancyStatus.Status status)
Deprecated.
-