类 ListClustersRequest


  • public class ListClustersRequest
    extends AbstractBceRequest
    Provides options for listing clusters.

    The optional query parameters are marker and max keys.

    • 构造器详细资料

      • ListClustersRequest

        public ListClustersRequest()
    • 方法详细资料

      • getMarker

        public String getMarker()
      • setMarker

        public void setMarker​(String marker)
      • getMaxKeys

        public int getMaxKeys()
      • setMaxKeys

        public void setMaxKeys​(int maxKeys)
      • withMarker

        public ListClustersRequest withMarker​(String marker)
        Configure the marker for the query request. The marker marks the starting point for the query.
        参数:
        marker - the marker
        返回:
        ListClustersRequest
      • withMaxKeys

        public ListClustersRequest withMaxKeys​(int maxKeys)
        Configure the max count for each response page. The max keys can not more than 1000, any number exceeding 1000 will be reset to 1000.
        参数:
        maxKeys - The max count for each response page.
        返回:
        ListClustersRequest