Uses of Class
org.openstack4j.model.compute.Server.Status
-
-
Uses of Server.Status in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute with parameters of type Server.Status Modifier and Type Method Description ActionResponseServerService. resetState(String serverId, Server.Status state)Resets the state of a server to a specifiedstateServerServerService. waitForServerStatus(String serverId, Server.Status status, int maxWait, TimeUnit maxWaitUnit)Will poll the Server waiting for theStatusto match or an Error state occurs for themaxWait -
Uses of Server.Status in org.openstack4j.model.compute
Methods in org.openstack4j.model.compute that return Server.Status Modifier and Type Method Description static Server.StatusServer.Status. forValue(String value)Server.StatusSimpleTenantUsage.ServerUsage. getState()Server.StatusServer. getStatus()static Server.StatusServer.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static Server.Status[]Server.Status. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Server.Status in org.openstack4j.openstack.compute.domain
Fields in org.openstack4j.openstack.compute.domain declared as Server.Status Modifier and Type Field Description Server.StatusNovaServer. statusMethods in org.openstack4j.openstack.compute.domain that return Server.Status Modifier and Type Method Description Server.StatusNovaSimpleTenantUsage.NovaServerUsage. getState()Server.StatusNovaServer. getStatus() -
Uses of Server.Status in org.openstack4j.openstack.compute.domain.actions
Methods in org.openstack4j.openstack.compute.domain.actions that return Server.Status Modifier and Type Method Description Server.StatusResetStateAction. getState()Methods in org.openstack4j.openstack.compute.domain.actions with parameters of type Server.Status Modifier and Type Method Description static ResetStateActionResetStateAction. create(Server.Status state)Constructors in org.openstack4j.openstack.compute.domain.actions with parameters of type Server.Status Constructor Description ResetStateAction(Server.Status state) -
Uses of Server.Status in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal with parameters of type Server.Status Modifier and Type Method Description ActionResponseServerServiceImpl. resetState(String serverId, Server.Status state)Resets the state of a server to a specifiedstateServerServerServiceImpl. waitForServerStatus(String serverId, Server.Status status, int maxWait, TimeUnit maxWaitUnit)Will poll the Server waiting for theStatusto match or an Error state occurs for themaxWait
-