Class: Google::Cloud::VMMigration::V1::SchedulePolicy
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::SchedulePolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
A policy for scheduling replications.
Instance Attribute Summary collapse
-
#idle_duration ⇒ ::Google::Protobuf::Duration
The idle duration between replication stages.
-
#skip_os_adaptation ⇒ ::Boolean
A flag to indicate whether to skip OS adaptation during the replication sync.
Instance Attribute Details
#idle_duration ⇒ ::Google::Protobuf::Duration
Returns The idle duration between replication stages.
1967 1968 1969 1970 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1967 class SchedulePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#skip_os_adaptation ⇒ ::Boolean
Returns 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.
1967 1968 1969 1970 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1967 class SchedulePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |