Resource Policy Instance Schedule Policy Args
data class ResourcePolicyInstanceSchedulePolicyArgs(val expirationTime: Output<String>? = null, val startTime: Output<String>? = null, val timeZone: Output<String>, val vmStartSchedule: Output<ResourcePolicyInstanceSchedulePolicyVmStartScheduleArgs>? = null, val vmStopSchedule: Output<ResourcePolicyInstanceSchedulePolicyVmStopScheduleArgs>? = null) : ConvertibleToJava<ResourcePolicyInstanceSchedulePolicyArgs>
Constructors
Link copied to clipboard
constructor(expirationTime: Output<String>? = null, startTime: Output<String>? = null, timeZone: Output<String>, vmStartSchedule: Output<ResourcePolicyInstanceSchedulePolicyVmStartScheduleArgs>? = null, vmStopSchedule: Output<ResourcePolicyInstanceSchedulePolicyVmStopScheduleArgs>? = null)
Properties
Link copied to clipboard
The expiration time of the schedule. The timestamp is an RFC3339 string.
Link copied to clipboard
Specifies the schedule for starting instances. Structure is documented below.
Link copied to clipboard
Specifies the schedule for stopping instances. Structure is documented below.