Package com.ibm.cloud.is.vpc.v1.model
Class LoadBalancerPoolCollection
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.LoadBalancerPoolCollection
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class LoadBalancerPoolCollection extends com.ibm.cloud.sdk.core.service.model.GenericModel
LoadBalancerPoolCollection.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LoadBalancerPool>
getPools()
Gets the pools.
-
-
-
Method Detail
-
getPools
public List<LoadBalancerPool> getPools()
Gets the pools. The pools for the load balancer.- Returns:
- the pools
-
-