Resource Policy Instance Schedule Policy Args
data class ResourcePolicyInstanceSchedulePolicyArgs(val expirationTime: Output<String>? = null, val startTime: Output<String>? = null, val timeZone: Output<String>? = null, val vmStartSchedule: Output<ResourcePolicyInstanceSchedulePolicyScheduleArgs>? = null, val vmStopSchedule: Output<ResourcePolicyInstanceSchedulePolicyScheduleArgs>? = null) : ConvertibleToJava<ResourcePolicyInstanceSchedulePolicyArgs>
An InstanceSchedulePolicy specifies when and how frequent certain operations are performed on the instance.
Constructors
Link copied to clipboard
fun ResourcePolicyInstanceSchedulePolicyArgs(expirationTime: Output<String>? = null, startTime: Output<String>? = null, timeZone: Output<String>? = null, vmStartSchedule: Output<ResourcePolicyInstanceSchedulePolicyScheduleArgs>? = null, vmStopSchedule: Output<ResourcePolicyInstanceSchedulePolicyScheduleArgs>? = null)