Schedule Policy Args
data class SchedulePolicyArgs(val idleDuration: Output<String>? = null, val skipOsAdaptation: Output<Boolean>? = null) : ConvertibleToJava<SchedulePolicyArgs>
A policy for scheduling replications.
Properties
Link copied to clipboard
The idle duration between replication stages.
Link copied to clipboard
A flag to indicate whether to skip OS adaptation during the replication sync. OS adaptation is a process where the VM's operating system undergoes changes and adaptations to fully function on Compute Engine.