state property

String? state
getter/setter pair

The state of the DestinationEndpoint resource.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : An invalid state, which is the default case.
  • "VALID" : The DestinationEndpoint resource is valid.
  • "INVALID" : The DestinationEndpoint resource is invalid.

Implementation

core.String? state;