onHostMaintenance property

  1. @TagNumber(11)
String get onHostMaintenance

The action to take on host maintenance, as defined by the Google Compute Engine API.

Implementation

@$pb.TagNumber(11)
$core.String get onHostMaintenance => $_getSZ(9);
  1. @TagNumber(11)
set onHostMaintenance (String v)

Implementation

@$pb.TagNumber(11)
set onHostMaintenance($core.String v) { $_setString(9, v); }