Package | Description |
---|---|
com.oracle.bmc.oce.model |
Modifier and Type | Method and Description |
---|---|
static UpdateOceInstanceDetails.InstanceUsageType |
UpdateOceInstanceDetails.InstanceUsageType.create(String key) |
UpdateOceInstanceDetails.InstanceUsageType |
UpdateOceInstanceDetails.getInstanceUsageType()
Instance type based on its usage
|
static UpdateOceInstanceDetails.InstanceUsageType |
UpdateOceInstanceDetails.InstanceUsageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateOceInstanceDetails.InstanceUsageType[] |
UpdateOceInstanceDetails.InstanceUsageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateOceInstanceDetails.Builder |
UpdateOceInstanceDetails.Builder.instanceUsageType(UpdateOceInstanceDetails.InstanceUsageType instanceUsageType)
Instance type based on its usage
|
Constructor and Description |
---|
UpdateOceInstanceDetails(String description,
String wafPrimaryDomain,
LicenseType instanceLicenseType,
UpdateOceInstanceDetails.InstanceUsageType instanceUsageType,
List<String> addOnFeatures,
LifecycleDetails lifecycleDetails,
String drRegion,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.