Uses of Class
com.oracle.bmc.ocvp.model.HcxLicenseStatus
-
Packages that use HcxLicenseStatus Package Description com.oracle.bmc.ocvp.model -
-
Uses of HcxLicenseStatus in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return HcxLicenseStatus Modifier and Type Method Description static HcxLicenseStatus
HcxLicenseStatus. create(String key)
HcxLicenseStatus
HcxLicenseSummary. getStatus()
status of HCX on-premise license.static HcxLicenseStatus
HcxLicenseStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static HcxLicenseStatus[]
HcxLicenseStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.ocvp.model with parameters of type HcxLicenseStatus Modifier and Type Method Description HcxLicenseSummary.Builder
HcxLicenseSummary.Builder. status(HcxLicenseStatus status)
status of HCX on-premise license.Constructors in com.oracle.bmc.ocvp.model with parameters of type HcxLicenseStatus Constructor Description HcxLicenseSummary(String activationKey, HcxLicenseStatus status, String systemName)
Deprecated.
-