Resource Policy Instance Schedule Policy Response
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
Link copied to clipboard
fun ResourcePolicyInstanceSchedulePolicyResponse(expirationTime: String, startTime: String, timeZone: String, vmStartSchedule: ResourcePolicyInstanceSchedulePolicyScheduleResponse, vmStopSchedule: ResourcePolicyInstanceSchedulePolicyScheduleResponse)