Package | Description |
---|---|
com.oracle.bmc.visualbuilder.model |
Modifier and Type | Method and Description |
---|---|
static CreateVbInstanceDetails.ConsumptionModel |
CreateVbInstanceDetails.ConsumptionModel.create(String key) |
CreateVbInstanceDetails.ConsumptionModel |
CreateVbInstanceDetails.getConsumptionModel()
Optional parameter specifying which entitlement to use for billing purposes.
|
static CreateVbInstanceDetails.ConsumptionModel |
CreateVbInstanceDetails.ConsumptionModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateVbInstanceDetails.ConsumptionModel[] |
CreateVbInstanceDetails.ConsumptionModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateVbInstanceDetails.Builder |
CreateVbInstanceDetails.Builder.consumptionModel(CreateVbInstanceDetails.ConsumptionModel consumptionModel)
Optional parameter specifying which entitlement to use for billing purposes.
|
Constructor and Description |
---|
CreateVbInstanceDetails(String displayName,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String idcsOpenId,
Integer nodeCount,
Boolean isVisualBuilderEnabled,
CreateCustomEndpointDetails customEndpoint,
List<CreateCustomEndpointDetails> alternateCustomEndpoints,
CreateVbInstanceDetails.ConsumptionModel consumptionModel)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.