GoogleApi.VMMigration.V1.Model.SchedulePolicy (google_api_vm_migration v0.3.0) View Source

A policy for scheduling replications.

Attributes

  • idleDuration (type: String.t, default: nil) - The idle duration between replication stages.
  • skipOsAdaptation (type: boolean(), default: nil) - 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.VMMigration.V1.Model.SchedulePolicy{
  idleDuration: String.t() | nil,
  skipOsAdaptation: boolean() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.