freeInstanceAvailability property

String? freeInstanceAvailability
getter/setter pair

Describes whether free instances are available to be created in this instance config.

Output only. Possible string values are:

  • "FREE_INSTANCE_AVAILABILITY_UNSPECIFIED" : Not specified.
  • "AVAILABLE" : Indicates that free instances are available to be created in this instance config.
  • "UNSUPPORTED" : Indicates that free instances are not supported in this instance config.
  • "DISABLED" : Indicates that free instances are currently not available to be created in this instance config.
  • "QUOTA_EXCEEDED" : Indicates that additional free instances cannot be created in this instance config because the project has reached its limit of free instances.

Implementation

core.String? freeInstanceAvailability;