code property

String? code
getter/setter pair

A warning code, if applicable.

Output only. Possible string values are:

  • "WARNING_UNSPECIFIED" : Default value.
  • "RESOURCE_NOT_ACTIVE" : The policy-based route is not active and functioning. Common causes are the dependent network was deleted or the resource project was turned off.
  • "RESOURCE_BEING_MODIFIED" : The policy-based route is being modified (e.g. created/deleted) at this time.

Implementation

core.String? code;