onHostMaintenance property

  1. @TagNumber(1)
ComputeScheduling_OnHostMaintenance 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(1)
void onHostMaintenance=(ComputeScheduling_OnHostMaintenance v)

Implementation

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