You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/04/21 19:13:56 UTC

[GitHub] serverchief commented on a change in pull request #2578: api: add command to list management servers

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

 ##########
 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:
   @marcaurele @rafaelweingartner 
   As per @DaanHoogland  - I was also curious - we would need a state "Stopping" and another API command that can place the MS in "Stopping" state. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services