Package com.ibm.cloud.is.vpc.v1.model
Interface VPNServerClient.Status
-
- Enclosing class:
- VPNServerClient
public static interface VPNServerClient.Status
The status of the VPN client: - `connected`: the VPN client is `connected` to this VPN server. - `disconnected`: the VPN client is `disconnected` from this VPN server. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONNECTED
connected.static String
DISCONNECTED
disconnected.
-
-
-
Field Detail
-
CONNECTED
static final String CONNECTED
connected.- See Also:
- Constant Field Values
-
DISCONNECTED
static final String DISCONNECTED
disconnected.- See Also:
- Constant Field Values
-
-