public static class UsageMeteringApi.GetHourlyUsageOptionalParameters extends Object
| Constructor and Description |
|---|
GetHourlyUsageOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
UsageMeteringApi.GetHourlyUsageOptionalParameters |
filterIncludeBreakdown(Boolean filterIncludeBreakdown)
Set filterIncludeBreakdown.
|
UsageMeteringApi.GetHourlyUsageOptionalParameters |
filterIncludeDescendants(Boolean filterIncludeDescendants)
Set filterIncludeDescendants.
|
UsageMeteringApi.GetHourlyUsageOptionalParameters |
filterTimestampEnd(OffsetDateTime filterTimestampEnd)
Set filterTimestampEnd.
|
UsageMeteringApi.GetHourlyUsageOptionalParameters |
filterVersions(String filterVersions)
Set filterVersions.
|
UsageMeteringApi.GetHourlyUsageOptionalParameters |
pageLimit(Integer pageLimit)
Set pageLimit.
|
UsageMeteringApi.GetHourlyUsageOptionalParameters |
pageNextRecordId(String pageNextRecordId)
Set pageNextRecordId.
|
public UsageMeteringApi.GetHourlyUsageOptionalParameters filterTimestampEnd(OffsetDateTime filterTimestampEnd)
filterTimestampEnd - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage ending before this hour. (optional)public UsageMeteringApi.GetHourlyUsageOptionalParameters filterIncludeDescendants(Boolean filterIncludeDescendants)
filterIncludeDescendants - Include child org usage in the response. Defaults to false.
(optional, default to false)public UsageMeteringApi.GetHourlyUsageOptionalParameters filterIncludeBreakdown(Boolean filterIncludeBreakdown)
filterIncludeBreakdown - Include breakdown of usage by subcategories where applicable
(for product family logs only). Defaults to false. (optional, default to false)public UsageMeteringApi.GetHourlyUsageOptionalParameters filterVersions(String filterVersions)
filterVersions - Comma separated list of product family versions to use in the format
product_family:version. For example, infra_hosts:1.0.0. If this
parameter is not used, the API will use the latest version of each requested product
family. Currently all families have one version 1.0.0. (optional)public UsageMeteringApi.GetHourlyUsageOptionalParameters pageLimit(Integer pageLimit)
pageLimit - Maximum number of results to return (between 1 and 500) - defaults to 500 if
limit not specified. (optional, default to 500)public UsageMeteringApi.GetHourlyUsageOptionalParameters pageNextRecordId(String pageNextRecordId)
pageNextRecordId - List following results with a next_record_id provided in the previous
query. (optional)Copyright © 2024. All rights reserved.