Class PoolNodeCounts


  • public class PoolNodeCounts
    extends Object
    The number of Compute Nodes in each state for a Pool.
    • Constructor Detail

      • PoolNodeCounts

        public PoolNodeCounts()
    • Method Detail

      • poolId

        public String poolId()
        Get the poolId value.
        Returns:
        the poolId value
      • withPoolId

        public PoolNodeCounts withPoolId​(String poolId)
        Set the poolId value.
        Parameters:
        poolId - the poolId value to set
        Returns:
        the PoolNodeCounts object itself.
      • dedicated

        public NodeCounts dedicated()
        Get the dedicated value.
        Returns:
        the dedicated value
      • withDedicated

        public PoolNodeCounts withDedicated​(NodeCounts dedicated)
        Set the dedicated value.
        Parameters:
        dedicated - the dedicated value to set
        Returns:
        the PoolNodeCounts object itself.
      • lowPriority

        public NodeCounts lowPriority()
        Get the lowPriority value.
        Returns:
        the lowPriority value
      • withLowPriority

        public PoolNodeCounts withLowPriority​(NodeCounts lowPriority)
        Set the lowPriority value.
        Parameters:
        lowPriority - the lowPriority value to set
        Returns:
        the PoolNodeCounts object itself.