ResourcePolicyHourlyCycleResponse

data class ResourcePolicyHourlyCycleResponse(val duration: String, val hoursInCycle: Int, val startTime: String)

Time window specified for hourly operations.

Constructors

Link copied to clipboard
fun ResourcePolicyHourlyCycleResponse(duration: String, hoursInCycle: Int, startTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Output only Duration of the time window, automatically chosen to be smallest possible in the given scenario.

Link copied to clipboard

Defines a schedule with units measured in hours. The value determines how many hours pass between the start of each cycle.

Link copied to clipboard

Time within the window to start the operations. It must be in format "HH:MM", where HH : 00-23 and MM : 00-00 GMT.