Package com.ibm.cloud.is.vpc.v1.model
Interface VPNServer.Protocol
-
- Enclosing class:
- VPNServer
public static interface VPNServer.Protocol
The transport protocol to use for this VPN server. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Detail
-
TCP
static final String TCP
tcp.- See Also:
- Constant Field Values
-
UDP
static final String UDP
udp.- See Also:
- Constant Field Values
-
-