Package com.ibm.cloud.is.vpc.v1.model
Class VPNGatewayConnectionCollection
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.VPNGatewayConnectionCollection
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class VPNGatewayConnectionCollection extends com.ibm.cloud.sdk.core.service.model.GenericModel
Collection of VPN gateway connections in a VPN gateway.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<VPNGatewayConnection>
getConnections()
Gets the connections.
-
-
-
Method Detail
-
getConnections
public List<VPNGatewayConnection> getConnections()
Gets the connections. Array of VPN gateway connections.- Returns:
- the connections
-
-