Uses of Class
com.oracle.bmc.vnmonitoring.model.UpgradeStatus.Status
-
Packages that use UpgradeStatus.Status Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of UpgradeStatus.Status in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return UpgradeStatus.Status Modifier and Type Method Description static UpgradeStatus.Status
UpgradeStatus.Status. create(String key)
UpgradeStatus.Status
UpgradeStatus. getStatus()
The current upgrade status of the DRG attachment.static UpgradeStatus.Status
UpgradeStatus.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpgradeStatus.Status[]
UpgradeStatus.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 UpgradeStatus.Status Modifier and Type Method Description UpgradeStatus.Builder
UpgradeStatus.Builder. status(UpgradeStatus.Status status)
The current upgrade status of the DRG attachment.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type UpgradeStatus.Status Constructor Description UpgradeStatus(String drgId, UpgradeStatus.Status status, String upgradedConnections)
Deprecated.
-