Interface GatewayVirtualConnection.Status
- 
- Enclosing class:
- GatewayVirtualConnection
 
 public static interface GatewayVirtualConnection.StatusStatus of the virtual connection. The list of enumerated values for this property may expand in the future. Code and processes using this field must tolerate unexpected values.
- 
- 
Field SummaryFields Modifier and Type Field Description static StringAPPROVAL_PENDINGapproval_pending.static StringATTACHEDattached.static StringDELETINGdeleting.static StringDETACHED_BY_NETWORKdetached_by_network.static StringDETACHED_BY_NETWORK_PENDINGdetached_by_network_pending.static StringEXPIREDexpired.static StringPENDINGpending.static StringREJECTEDrejected.
 
- 
- 
- 
Field Detail- 
PENDINGstatic final String PENDING pending.- See Also:
- Constant Field Values
 
 - 
ATTACHEDstatic final String ATTACHED attached.- See Also:
- Constant Field Values
 
 - 
APPROVAL_PENDINGstatic final String APPROVAL_PENDING approval_pending.- See Also:
- Constant Field Values
 
 - 
REJECTEDstatic final String REJECTED rejected.- See Also:
- Constant Field Values
 
 - 
EXPIREDstatic final String EXPIRED expired.- See Also:
- Constant Field Values
 
 - 
DELETINGstatic final String DELETING deleting.- See Also:
- Constant Field Values
 
 - 
DETACHED_BY_NETWORK_PENDINGstatic final String DETACHED_BY_NETWORK_PENDING detached_by_network_pending.- See Also:
- Constant Field Values
 
 - 
DETACHED_BY_NETWORKstatic final String DETACHED_BY_NETWORK detached_by_network.- See Also:
- Constant Field Values
 
 
- 
 
-