Package com.ibm.cloud.is.vpc.v1.model
Class IkePoliciesPager
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.IkePoliciesPager
-
public class IkePoliciesPager extends Object
IkePoliciesPager can be used to simplify the use of the "listIkePolicies" method.
-
-
Constructor Summary
Constructors Constructor Description IkePoliciesPager(Vpc client, ListIkePoliciesOptions options)Constructs a new IkePoliciesPager instance with the specified client and options model instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IKEPolicy>getAll()Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<IKEPolicy>getNext()Returns the next page of results.booleanhasNext()Returns true if there are more results to be retrieved.
-
-
-
Constructor Detail
-
IkePoliciesPager
public IkePoliciesPager(Vpc client, ListIkePoliciesOptions options)
Constructs a new IkePoliciesPager instance with the specified client and options model instance.- Parameters:
client- the Vpc instance to be used to invoke the "listIkePolicies" methodoptions- the ListIkePoliciesOptions instance to be used to invoke the "listIkePolicies" method
-
-