ResourcePolicyInstanceSchedulePolicyResponse

data class ResourcePolicyInstanceSchedulePolicyResponse(val expirationTime: String, val startTime: String, val timeZone: String, val vmStartSchedule: ResourcePolicyInstanceSchedulePolicyScheduleResponse, val vmStopSchedule: ResourcePolicyInstanceSchedulePolicyScheduleResponse)

An InstanceSchedulePolicy specifies when and how frequent certain operations are performed on the instance.

Constructors

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 Schedule.schedule. The value of this field must be a time zone name from the tz database: https://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.