disruptionSchedule property

String? disruptionSchedule
getter/setter pair

The disruption schedule for the VM.

Default to IMMEDIATE. Possible string values are:

  • "DISRUPTION_SCHEDULE_UNSPECIFIED" : Not used. Required as per aip/126.
  • "FUTURE" : Delay disruption for caller control. Will be default soon.
  • "IMMEDIATE" : Default value. Disrupt the VM immediately.

Implementation

core.String? disruptionSchedule;