state property

String? state
getter/setter pair

A serving state of this Certificate Map Entry.

Output only. Possible string values are:

  • "SERVING_STATE_UNSPECIFIED" : The status is undefined.
  • "ACTIVE" : The configuration is serving.
  • "PENDING" : Update is in progress. Some frontends may serve this configuration.

Implementation

core.String? state;