Package | Description |
---|---|
com.oracle.bmc.usageapi.model |
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Tag> |
SavedCustomTable.getGroupByTag()
GroupBy a specific tagKey.
|
List<Tag> |
ReportQuery.getGroupByTag()
GroupBy a specific tagKey.
|
List<Tag> |
RequestSummarizedUsagesDetails.getGroupByTag()
GroupBy a specific tagKey.
|
List<Tag> |
QueryProperties.getGroupByTag()
GroupBy a specific tagKey.
|
List<Tag> |
UsageSummary.getTags()
For grouping, a tag definition.
|
List<Tag> |
Filter.getTags()
The tags to filter on.
|
Modifier and Type | Method and Description |
---|---|
Tag.Builder |
Tag.Builder.copy(Tag model) |
Modifier and Type | Method and Description |
---|---|
SavedCustomTable.Builder |
SavedCustomTable.Builder.groupByTag(List<Tag> groupByTag)
GroupBy a specific tagKey.
|
ReportQuery.Builder |
ReportQuery.Builder.groupByTag(List<Tag> groupByTag)
GroupBy a specific tagKey.
|
RequestSummarizedUsagesDetails.Builder |
RequestSummarizedUsagesDetails.Builder.groupByTag(List<Tag> groupByTag)
GroupBy a specific tagKey.
|
QueryProperties.Builder |
QueryProperties.Builder.groupByTag(List<Tag> groupByTag)
GroupBy a specific tagKey.
|
UsageSummary.Builder |
UsageSummary.Builder.tags(List<Tag> tags)
For grouping, a tag definition.
|
Filter.Builder |
Filter.Builder.tags(List<Tag> tags)
The tags to filter on.
|
Constructor and Description |
---|
Filter(Filter.Operator operator,
List<Dimension> dimensions,
List<Tag> tags,
List<Filter> filters)
Deprecated.
|
QueryProperties(List<String> groupBy,
List<Tag> groupByTag,
Filter filter,
BigDecimal compartmentDepth,
QueryProperties.Granularity granularity,
QueryProperties.QueryType queryType,
Boolean isAggregateByTime,
DateRange dateRange)
Deprecated.
|
ReportQuery(String tenantId,
Date timeUsageStarted,
Date timeUsageEnded,
ReportQuery.Granularity granularity,
Boolean isAggregateByTime,
Forecast forecast,
ReportQuery.QueryType queryType,
List<String> groupBy,
List<Tag> groupByTag,
BigDecimal compartmentDepth,
Filter filter,
ReportQuery.DateRangeName dateRangeName)
Deprecated.
|
RequestSummarizedUsagesDetails(String tenantId,
Date timeUsageStarted,
Date timeUsageEnded,
RequestSummarizedUsagesDetails.Granularity granularity,
Boolean isAggregateByTime,
Forecast forecast,
RequestSummarizedUsagesDetails.QueryType queryType,
List<String> groupBy,
List<Tag> groupByTag,
BigDecimal compartmentDepth,
Filter filter)
Deprecated.
|
SavedCustomTable(String displayName,
List<String> rowGroupBy,
List<String> columnGroupBy,
List<Tag> groupByTag,
BigDecimal compartmentDepth,
BigDecimal version)
Deprecated.
|
UsageSummary(String tenantId,
String tenantName,
String compartmentId,
String compartmentPath,
String compartmentName,
String service,
String resourceName,
String resourceId,
String region,
String ad,
BigDecimal weight,
String shape,
String skuPartNumber,
String skuName,
String unit,
BigDecimal discount,
BigDecimal listRate,
String platform,
Date timeUsageStarted,
Date timeUsageEnded,
BigDecimal computedAmount,
BigDecimal computedQuantity,
String overagesFlag,
BigDecimal unitPrice,
String currency,
String subscriptionId,
String overage,
Boolean isForecast,
List<Tag> tags)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.