Class RoutingTableCollection

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class RoutingTableCollection
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    RoutingTableCollection.
    • Method Detail

      • getFirst

        public PageLink 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 PageLink 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
      • getRoutingTables

        public List<RoutingTable> getRoutingTables()
        Gets the routingTables. A page of routing tables.
        Returns:
        the routingTables
      • getTotalCount

        public Long getTotalCount()
        Gets the totalCount. The total number of resources across all pages.
        Returns:
        the totalCount