Package com.ibm.cloud.is.vpc.v1.model
Class VPNGatewayConnectionStaticRouteModeTunnel
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.VPNGatewayConnectionStaticRouteModeTunnel
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class VPNGatewayConnectionStaticRouteModeTunnel extends com.ibm.cloud.sdk.core.service.model.GenericModel
VPNGatewayConnectionStaticRouteModeTunnel.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
VPNGatewayConnectionStaticRouteModeTunnel.Status
The status of the VPN Tunnel.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IP
getPublicIp()
Gets the publicIp.String
getStatus()
Gets the status.List<VPNGatewayConnectionTunnelStatusReason>
getStatusReasons()
Gets the statusReasons.
-
-
-
Method Detail
-
getPublicIp
public IP getPublicIp()
Gets the publicIp. The IP address of the VPN gateway member in which the tunnel resides.- Returns:
- the publicIp
-
getStatus
public String getStatus()
Gets the status. The status of the VPN Tunnel. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- Returns:
- the status
-
getStatusReasons
public List<VPNGatewayConnectionTunnelStatusReason> getStatusReasons()
Gets the statusReasons. The reasons for the current status (if any).- Returns:
- the statusReasons
-
-