DaanHoogland commented on a change in pull request #2578: api: add command to 
list management servers
URL: https://github.com/apache/cloudstack/pull/2578#discussion_r182406831
 
 

 ##########
 File path: api/src/main/java/com/cloud/management/ManagementServerHost.java
 ##########
 @@ -14,19 +14,23 @@
 // KIND, either express or implied.  See the License for the
 // specific language governing permissions and limitations
 // under the License.
-package com.cloud.cluster;
+package com.cloud.management;
 
 public interface ManagementServerHost {
+    enum State {
+        Up, Starting, Down
 
 Review comment:
   aren't we planning for stopping to be implemented? i'd leave it for now, 
unless you want to be a purist ;)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to