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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `SchedulePolicy` class in the VM Migration v1 API is 2.6.0, with previous versions available from 2.5.0 down to 1.0.0."],["`SchedulePolicy` is a class used to define the timing and settings for VM replications and it inherits from the object class while implementing multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["This class includes properties such as `IdleDuration`, which specifies the duration between replication stages, and `SkipOsAdaptation`, a boolean flag indicating whether to skip operating system adaptations during replication."],["There are two constructors available, one being the empty `SchedulePolicy()`, and the other accepting another `SchedulePolicy` instance as an argument, allowing for the copying of an existing policy."],["The `SchedulePolicy` class is found within the Google.Cloud.VMMigration.V1 namespace and is contained within the Google.Cloud.VMMigration.V1.dll assembly."]]],[]]