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 are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the VPN client on which the unexpected property value was encountered.
-
-
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
-
-