reservationMode property

String? reservationMode
getter/setter pair

The reservation mode which determines reservation-termination behavior and expected pricing. Possible string values are:

  • "CALENDAR" : The delivered reservations will delivered at specified start time and terminated at specified end time along with terminating the VMs running on it.
  • "DEFAULT" : The delivered reservations do not terminate VMs at the end of reservations. This is default mode.
  • "RESERVATION_MODE_UNSPECIFIED"

Implementation

core.String? reservationMode;