public static enum UpdateDbSystemDetails.LicenseModel extends Enum<UpdateDbSystemDetails.LicenseModel> implements BmcEnum
The Oracle Database license model that applies to all databases on the DB system. The default is LICENSE_INCLUDED.
Enum Constant and Description |
---|
BringYourOwnLicense |
LicenseIncluded |
Modifier and Type | Method and Description |
---|---|
static UpdateDbSystemDetails.LicenseModel |
create(String key) |
String |
getValue() |
static UpdateDbSystemDetails.LicenseModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateDbSystemDetails.LicenseModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateDbSystemDetails.LicenseModel LicenseIncluded
public static final UpdateDbSystemDetails.LicenseModel BringYourOwnLicense
public static UpdateDbSystemDetails.LicenseModel[] values()
for (UpdateDbSystemDetails.LicenseModel c : UpdateDbSystemDetails.LicenseModel.values()) System.out.println(c);
public static UpdateDbSystemDetails.LicenseModel valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static UpdateDbSystemDetails.LicenseModel create(String key)
Copyright © 2016–2024. All rights reserved.