Class ResourceInstancesList
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.resource_controller.v2.model.ResourceInstancesList
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ResourceInstancesList extends com.ibm.cloud.sdk.core.service.model.GenericModelA list of resource instances.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetNextUrl()Gets the nextUrl.java.util.List<ResourceInstance>getResources()Gets the resources.java.lang.LonggetRowsCount()Gets the rowsCount.
-
-
-
Method Detail
-
getRowsCount
public java.lang.Long getRowsCount()
Gets the rowsCount. The number of resource instances in `resources`.- Returns:
- the rowsCount
-
getNextUrl
public java.lang.String getNextUrl()
Gets the nextUrl. The URL for requesting the next page of results.- Returns:
- the nextUrl
-
getResources
public java.util.List<ResourceInstance> getResources()
Gets the resources. A list of resource instances.- Returns:
- the resources
-
-