Class PortCollection

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

    public class PortCollection
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    List of port label details.
    • Constructor Detail

      • PortCollection

        public PortCollection()
    • Method Detail

      • getLimit

        public Long getLimit()
        Gets the limit. The maximum number of resources can be returned by the request.
        Returns:
        the limit
      • getNext

        public PortsPaginatedCollectionNext getNext()
        Gets the next. A reference to the next page of resources; this reference is included for all pages except the last page.
        Returns:
        the next
      • getTotalCount

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

        public List<Port> getPorts()
        Gets the ports. Array of ports.
        Returns:
        the ports