Class SchedulePolicy (1.1.1)

SchedulePolicy(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A policy for scheduling replications.

Attributes

NameDescription
idle_duration google.protobuf.duration_pb2.Duration
The idle duration between replication stages.
skip_os_adaptation bool
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.

Inheritance

builtins.object > proto.message.Message > SchedulePolicy