Module: Google::Cloud::NetworkConnectivity::V1::Destination::DestinationEndpoint::State

Defined in:
proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb

Overview

The state of the DestinationEndpoint resource.

Constant Summary collapse

STATE_UNSPECIFIED =

An invalid state, which is the default case.

0
VALID =

The DestinationEndpoint resource is valid.

1
INVALID =

The DestinationEndpoint resource is invalid.

2