GetResourcePolicyInstanceSchedulePolicy

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>)

Types

Link copied to clipboard
object Companion

Properties