SchedulePolicyResponse

data class SchedulePolicyResponse(val idleDuration: String, val skipOsAdaptation: Boolean)

A policy for scheduling replications.

Constructors

Link copied to clipboard
fun SchedulePolicyResponse(idleDuration: String, skipOsAdaptation: Boolean)

Types

Link copied to clipboard
object Companion

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.