state property
The state of the DestinationEndpoint resource.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : An invalid state, which is the default case.
- "VALID" : The
DestinationEndpointresource is valid. - "INVALID" : The
DestinationEndpointresource is invalid.
Implementation
core.String? state;