availability property

String? availability
getter/setter pair

The availability for this region.

Required. Possible string values are:

  • "AVAILABILITY_UNSPECIFIED" : Unspecified availability. Must not be used.
  • "AVAILABLE" : The offer is available to users.
  • "NO_LONGER_AVAILABLE" : The offer is no longer available to users. This value can only be used if the availability was previously set as AVAILABLE.

Implementation

core.String? availability;