skipOsAdaptation property

  1. @TagNumber.new(2)
bool get skipOsAdaptation

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.

Implementation

@$pb.TagNumber(2)
$core.bool get skipOsAdaptation => $_getBF(1);
  1. @TagNumber.new(2)
set skipOsAdaptation (bool v)

Implementation

@$pb.TagNumber(2)
set skipOsAdaptation($core.bool v) {
  $_setBool(1, v);
}