Resource Policy Instance Schedule Policy
data class ResourcePolicyInstanceSchedulePolicy(val expirationTime: String? = null, val startTime: String? = null, val timeZone: String, val vmStartSchedule: ResourcePolicyInstanceSchedulePolicyVmStartSchedule? = null, val vmStopSchedule: ResourcePolicyInstanceSchedulePolicyVmStopSchedule? = null)
Constructors
Link copied to clipboard
constructor(expirationTime: String? = null, startTime: String? = null, timeZone: String, vmStartSchedule: ResourcePolicyInstanceSchedulePolicyVmStartSchedule? = null, vmStopSchedule: ResourcePolicyInstanceSchedulePolicyVmStopSchedule? = 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.