Package com.ibm.cloud.is.vpc.v1.model
Class IKEPolicyConnectionCollection
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.IKEPolicyConnectionCollection
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class IKEPolicyConnectionCollection extends com.ibm.cloud.sdk.core.service.model.GenericModel
IKEPolicyConnectionCollection.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<VPNGatewayConnection>
getConnections()
Gets the connections.PageLink
getFirst()
Gets the first.Long
getLimit()
Gets the limit.PageLink
getNext()
Gets the next.Long
getTotalCount()
Gets the totalCount.
-
-
-
Method Detail
-
getConnections
public List<VPNGatewayConnection> getConnections()
Gets the connections. A page of VPN gateway connections that use the IKE policy specified by the identifier in the URL.- Returns:
- the connections
-
getFirst
public PageLink getFirst()
Gets the first. A link to the first page of resources.- Returns:
- the first
-
getLimit
public Long getLimit()
Gets the limit. The maximum number of resources that can be returned by the request.- Returns:
- the limit
-
getNext
public PageLink getNext()
Gets the next. A link to the next page of resources. This property is present for all pages except the last page.- Returns:
- the next
-
getTotalCount
public Long getTotalCount()
Gets the totalCount. The total number of resources across all pages.- Returns:
- the totalCount
-
-