ResourcePolicySnapshotSchedulePolicyScheduleHourlyScheduleArgs

data class ResourcePolicySnapshotSchedulePolicyScheduleHourlyScheduleArgs(val hoursInCycle: Output<Int>, val startTime: Output<String>) : ConvertibleToJava<ResourcePolicySnapshotSchedulePolicyScheduleHourlyScheduleArgs>

Constructors

constructor(hoursInCycle: Output<Int>, startTime: Output<String>)

Properties

Link copied to clipboard
val hoursInCycle: Output<Int>

The number of hours between snapshots.

Link copied to clipboard
val startTime: Output<String>

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

Functions

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