ResourcePolicyDailyCycleResponse

data class ResourcePolicyDailyCycleResponse(val daysInCycle: Int, val duration: String, val startTime: String)

Time window specified for daily operations.

Constructors

Link copied to clipboard
fun ResourcePolicyDailyCycleResponse(daysInCycle: Int, duration: String, startTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Output only A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.

Link copied to clipboard

Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.