GoogleApi.VMMigration.V1.Model.SchedulePolicy (google_api_vm_migration v0.11.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.