public static enum CreateVbInstanceDetails.ConsumptionModel extends Enum<CreateVbInstanceDetails.ConsumptionModel> implements BmcEnum
Optional parameter specifying which entitlement to use for billing purposes. Only required if the account possesses more than one entitlement.
Modifier and Type | Method and Description |
---|---|
static CreateVbInstanceDetails.ConsumptionModel |
create(String key) |
String |
getValue() |
static CreateVbInstanceDetails.ConsumptionModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateVbInstanceDetails.ConsumptionModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateVbInstanceDetails.ConsumptionModel Ucm
public static final CreateVbInstanceDetails.ConsumptionModel Gov
public static final CreateVbInstanceDetails.ConsumptionModel Vb4Saas
public static CreateVbInstanceDetails.ConsumptionModel[] values()
for (CreateVbInstanceDetails.ConsumptionModel c : CreateVbInstanceDetails.ConsumptionModel.values()) System.out.println(c);
public static CreateVbInstanceDetails.ConsumptionModel 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 CreateVbInstanceDetails.ConsumptionModel create(String key)
Copyright © 2016–2024. All rights reserved.