Class ZoneList
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.context_based_restrictions.v1.model.ZoneList
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ZoneList extends com.ibm.cloud.sdk.core.service.model.GenericModel
The response object of the ListZones operation.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Long
getCount()
Gets the count.java.util.List<ZoneSummary>
getZones()
Gets the zones.
-
-
-
Method Detail
-
getCount
public java.lang.Long getCount()
Gets the count. The number of returned results.- Returns:
- the count
-
getZones
public java.util.List<ZoneSummary> getZones()
Gets the zones. The returned zones.- Returns:
- the zones
-
-