Class SchedulePolicy (2.0.0)

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

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
NameDescription
otherSchedulePolicy

Properties

IdleDuration

public Duration IdleDuration { get; set; }

The idle duration between replication stages.

Property Value
TypeDescription
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
TypeDescription
Boolean