onHostMaintenance property

  1. @TagNumber.new(1)
ComputeScheduling_OnHostMaintenance get onHostMaintenance

How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.

Implementation

@$pb.TagNumber(1)
ComputeScheduling_OnHostMaintenance get onHostMaintenance => $_getN(0);
  1. @TagNumber.new(1)
set onHostMaintenance (ComputeScheduling_OnHostMaintenance v)

Implementation

@$pb.TagNumber(1)
set onHostMaintenance(ComputeScheduling_OnHostMaintenance v) {
  setField(1, v);
}