Package com.ibm.cloud.is.vpc.v1.model
Class VolumeProfileCollection
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.VolumeProfileCollection
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class VolumeProfileCollection extends com.ibm.cloud.sdk.core.service.model.GenericModelVolumeProfileCollection.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VolumeProfileCollectionFirstgetFirst()Gets the first.LonggetLimit()Gets the limit.VolumeProfileCollectionNextgetNext()Gets the next.List<VolumeProfile>getProfiles()Gets the profiles.LonggetTotalCount()Gets the totalCount.
-
-
-
Method Detail
-
getFirst
public VolumeProfileCollectionFirst 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 VolumeProfileCollectionNext 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
-
getProfiles
public List<VolumeProfile> getProfiles()
Gets the profiles. Collection of volume profiles.- Returns:
- the profiles
-
getTotalCount
public Long getTotalCount()
Gets the totalCount. The total number of resources across all pages.- Returns:
- the totalCount
-
-