Reference documentation and code samples for the Migrate for Compute Engine V1 API class Google::Cloud::VMMigration::V1::SchedulePolicy.
A policy for scheduling replications.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#idle_duration
def idle_duration() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — The idle duration between replication stages.
#idle_duration=
def idle_duration=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::Google::Protobuf::Duration) — The idle duration between replication stages.
Returns
- (::Google::Protobuf::Duration) — The idle duration between replication stages.
#skip_os_adaptation
def skip_os_adaptation() -> ::Boolean
Returns
- (::Boolean) — 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.
#skip_os_adaptation=
def skip_os_adaptation=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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.
Returns
- (::Boolean) — 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.