SchedulePolicyArgs

data class SchedulePolicyArgs(val idleDuration: Output<String>? = null, val skipOsAdaptation: Output<Boolean>? = null) : ConvertibleToJava<SchedulePolicyArgs>

A policy for scheduling replications.

Constructors

Link copied to clipboard
fun SchedulePolicyArgs(idleDuration: Output<String>? = null, skipOsAdaptation: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): SchedulePolicyArgs

Properties

Link copied to clipboard
val idleDuration: Output<String>? = null

The idle duration between replication stages.

Link copied to clipboard
val skipOsAdaptation: Output<Boolean>? = null

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.