TimeGrainType

enum TimeGrainType : Enum<TimeGrainType> , ConvertibleToJava<TimeGrainType>

The time covered by a budget. Tracking of the amount will be reset based on the time grain. Supported for CategoryType(s): Cost, ReservationUtilization. Supported timeGrainTypes for CategoryType: Cost

  • Monthly

  • Quarterly

  • Annually

  • BillingMonth*

  • BillingQuarter*

  • BillingAnnual* *only supported for Web Direct customers. Supported timeGrainTypes for CategoryType: ReservationUtilization

  • Last7Days

  • Last30Days Required for CategoryType(s): Cost, ReservationUtilization.

Entries

Link copied to clipboard

The budget will track costs in the current calendar month against the amount. Supported for CategoryType: Cost only.

Link copied to clipboard

The budget will track costs in the current calendar quarter against the amount. Supported for CategoryType: Cost only.

Link copied to clipboard

The budget will track costs in the current calendar year against the amount. Supported for CategoryType: Cost only.

Link copied to clipboard

The budget will track costs in the current billing month against the amount. Supported for CategoryType: Cost and Web Direct customers only.

Link copied to clipboard

The budget will track costs in the current billing quarter against the amount. Supported for CategoryType: Cost and Web Direct customers only.

Link copied to clipboard

The budget will track costs in the current billing year against the amount. Supported for CategoryType: Cost and Web Direct customers only.

Link copied to clipboard

The Reservation Utilization Alert Rule will evaluate reservations based on their 7-Day utilization percentage. Supported for CategoryType: ReservationUtilization only.

Link copied to clipboard

The Reservation Utilization Alert Rule will evaluate reservations based on their 30-Day utilization percentage. Supported for CategoryType: ReservationUtilization only.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: TimeGrainType
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): TimeGrainType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.