Get Resource Policy Instance Schedule Policy
data class GetResourcePolicyInstanceSchedulePolicy(val expirationTime: String, val startTime: String, val timeZone: String, val vmStartSchedules: List<GetResourcePolicyInstanceSchedulePolicyVmStartSchedule>, val vmStopSchedules: List<GetResourcePolicyInstanceSchedulePolicyVmStopSchedule>)
Constructors
Link copied to clipboard
constructor(expirationTime: String, startTime: String, timeZone: String, vmStartSchedules: List<GetResourcePolicyInstanceSchedulePolicyVmStartSchedule>, vmStopSchedules: List<GetResourcePolicyInstanceSchedulePolicyVmStopSchedule>)