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

Link copied to clipboard

The expiration time of the schedule. The timestamp is an RFC3339 string.

Link copied to clipboard

The start time of the schedule. The timestamp is an RFC3339 string.

Link copied to clipboard

Specifies the time zone to be used in interpreting the schedule. The value of this field must be a time zone name from the tz database: http://en.wikipedia.org/wiki/Tz_database.

Link copied to clipboard

Specifies the schedule for starting instances.

Link copied to clipboard

Specifies the schedule for stopping instances.