Resource Policy Instance Schedule Policy Args
data class ResourcePolicyInstanceSchedulePolicyArgs(val expirationTime: Output<String>? = null, val startTime: Output<String>? = null, val timeZone: Output<String>, val vmStartSchedule: Output<ResourcePolicyInstanceSchedulePolicyVmStartScheduleArgs>? = null, val vmStopSchedule: Output<ResourcePolicyInstanceSchedulePolicyVmStopScheduleArgs>? = null) : ConvertibleToJava<ResourcePolicyInstanceSchedulePolicyArgs>
Constructors
Link copied to clipboard
fun ResourcePolicyInstanceSchedulePolicyArgs(expirationTime: Output<String>? = null, startTime: Output<String>? = null, timeZone: Output<String>, vmStartSchedule: Output<ResourcePolicyInstanceSchedulePolicyVmStartScheduleArgs>? = null, vmStopSchedule: Output<ResourcePolicyInstanceSchedulePolicyVmStopScheduleArgs>? = null)