Class GetNamespacesOptions

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

    public class GetNamespacesOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The getNamespaces options.
    • Method Detail

      • clusterId

        public java.lang.String clusterId()
        Gets the clusterId. ID of the cluster.
        Returns:
        the clusterId
      • region

        public java.lang.String region()
        Gets the region. Cluster region.
        Returns:
        the region
      • xAuthRefreshToken

        public java.lang.String xAuthRefreshToken()
        Gets the xAuthRefreshToken. IAM Refresh token.
        Returns:
        the xAuthRefreshToken
      • limit

        public java.lang.Long limit()
        Gets the limit. The maximum number of results to return.
        Returns:
        the limit
      • offset

        public java.lang.Long offset()
        Gets the offset. The number of results to skip before returning values.
        Returns:
        the offset