status property

String? status
getter/setter pair

Status of recommendation in this location. Possible string values are:

  • "CONDITIONS_NOT_MET" : The requested resources are offered in this location but the requested time window is does not meet the required conditions.
  • "NOT_SUPPORTED" : The requested resources are not offered in this location. Retrying the request will not change this status.
  • "NO_CAPACITY" : The requested resources are offered in this location and the requested time window is accepted but there is no capacity within the requested time window.
  • "OTHER_LOCATION_STATUS_UNDEFINED" : Default value, unused.
  • "RECOMMENDED" : The requested resources are offered in this location and it is possible to request them. However, another location was better and was recommended.

Implementation

core.String? status;