Package | Description |
---|---|
com.oracle.bmc.usage.model |
Modifier and Type | Method and Description |
---|---|
static ResourceSummary.UsageDataType |
ResourceSummary.UsageDataType.create(String key) |
ResourceSummary.UsageDataType |
ResourceSummary.getUsageDataType()
Usage data type of the resource.
|
static ResourceSummary.UsageDataType |
ResourceSummary.UsageDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceSummary.UsageDataType[] |
ResourceSummary.UsageDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ResourceSummary.Builder |
ResourceSummary.Builder.usageDataType(ResourceSummary.UsageDataType usageDataType)
Usage data type of the resource.
|
Constructor and Description |
---|
ResourceSummary(String dailyUnitDisplayName,
String hourlyUnitDisplayName,
String rawUnitDisplayName,
ResourceSummary.UsageDataType usageDataType,
String name,
String servicename,
String description,
String instanceType,
Boolean isPurchased,
List<String> childResources,
List<SkuProducts> skus)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.