public class InfrastructureState extends Object
Constructor and Description |
---|
InfrastructureState(String state,
Map<String,String> vmStates) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
States |
getEnumState() |
String |
getFormattedInfrastructureStateString()
Returns a formatted string with the information of the infrastructure
state.
Example return: Infrastructure state 'running' - Virtual machine '0' state 'running' - Virtual machine '1' state 'running' |
String |
getState() |
Map<String,String> |
getVmStates() |
int |
hashCode() |
String |
toString() |
public String getState()
public States getEnumState() throws NoEnumFoundException
NoEnumFoundException
public String getFormattedInfrastructureStateString()
Copyright © 2016. All rights reserved.