Uses of Class
com.oracle.bmc.core.model.LaunchInstanceLicensingConfig.Type
-
Packages that use LaunchInstanceLicensingConfig.Type Package Description com.oracle.bmc.core.model -
-
Uses of LaunchInstanceLicensingConfig.Type in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return LaunchInstanceLicensingConfig.Type Modifier and Type Method Description static LaunchInstanceLicensingConfig.Type
LaunchInstanceLicensingConfig.Type. create(String key)
static LaunchInstanceLicensingConfig.Type
LaunchInstanceLicensingConfig.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static LaunchInstanceLicensingConfig.Type[]
LaunchInstanceLicensingConfig.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-