onHostMaintenance property

String? onHostMaintenance
getter/setter pair

How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance. Possible string values are:

  • "ON_HOST_MAINTENANCE_UNSPECIFIED" : An unknown, unexpected behavior.
  • "TERMINATE" : Terminate the instance when the host machine undergoes maintenance.
  • "MIGRATE" : Migrate the instance when the host machine undergoes maintenance.

Implementation

core.String? onHostMaintenance;