VM Migration v1 API - Class SchedulePolicy (2.6.0)

public sealed class SchedulePolicy : IMessage<SchedulePolicy>, IEquatable<SchedulePolicy>, IDeepCloneable<SchedulePolicy>, IBufferMessage, IMessage

Reference documentation and code samples for the VM Migration v1 API class SchedulePolicy.

A policy for scheduling replications.

Inheritance

object > SchedulePolicy

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

SchedulePolicy()

public SchedulePolicy()

SchedulePolicy(SchedulePolicy)

public SchedulePolicy(SchedulePolicy other)
Parameter
Name Description
other SchedulePolicy

Properties

IdleDuration

public Duration IdleDuration { get; set; }

The idle duration between replication stages.

Property Value
Type Description
Duration

SkipOsAdaptation

public bool SkipOsAdaptation { get; set; }

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.

Property Value
Type Description
bool