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
fun ResourcePolicyInstanceSchedulePolicy(expirationTime: String? = null, startTime: String? = null, timeZone: String, vmStartSchedule: ResourcePolicyInstanceSchedulePolicyVmStartSchedule? = null, vmStopSchedule: ResourcePolicyInstanceSchedulePolicyVmStopSchedule? = null)