Class CloudPoolStatus


  • public class CloudPoolStatus
    extends java.lang.Object
    Represents an execution status for a CloudPool.
    See Also:
    CloudPool
    • Constructor Detail

      • CloudPoolStatus

        public CloudPoolStatus​(boolean started,
                               boolean configured)
        Creates a CloudPoolStatus.
        Parameters:
        started - Indicates if the CloudPool is in a started state.
        configured - Indicates if the CloudPool is configured.
    • Method Detail

      • isStarted

        public boolean isStarted()
        Indicates if the CloudPool is in a started state.
        Returns:
      • isConfigured

        public boolean isConfigured()
        Indicates if the CloudPool is configured.
        Returns:
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object