Uses of Interface
org.openstack4j.model.compute.Server
-
Packages that use Server Package Description org.openstack4j.api.compute org.openstack4j.openstack.compute.domain org.openstack4j.openstack.compute.internal -
-
Uses of Server in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute that return Server Modifier and Type Method Description ServerServerService. boot(ServerCreate server)Create (boot) a new ServerServerServerService. bootAndWaitActive(ServerCreate server, int maxWaitTime)Create (boot) a new ServerServerServerService. get(String serverId)Get the specified server by IDServerServerService. update(String serverId, ServerUpdateOptions options)Updates an existing Server instanceServerServerService. waitForServerStatus(String serverId, Server.Status status, int maxWait, TimeUnit maxWaitUnit)Will poll the Server waiting for theStatusto match or an Error state occurs for themaxWaitMethods in org.openstack4j.api.compute that return types with arguments of type Server Modifier and Type Method Description List<? extends Server>ServerService. list()List all servers (detailed) that the current tenant has access toList<? extends Server>ServerService. list(boolean detail)List all servers (detailed / brief) that the current tenant has access toList<? extends Server>ServerService. list(Map<String,String> filteringParams)Returns list of servers filtered by parameters.List<? extends Server>ServerService. listAll(boolean detail)List all servers for all tenants (detailed / brief)Methods in org.openstack4j.api.compute with parameters of type Server Modifier and Type Method Description ActionResponseComputeFloatingIPService. addFloatingIP(Server server, String ipAddress)Deprecated.Adds floating-ip to server.ActionResponseComputeFloatingIPService. addFloatingIP(Server server, String fixedIpAddress, String ipAddress)Deprecated.Adds floating-ip to server.ActionResponseComputeFloatingIPService. removeFloatingIP(Server server, String ipAddress)Deprecated.Remove floating-ip from server -
Uses of Server in org.openstack4j.openstack.compute.domain
Classes in org.openstack4j.openstack.compute.domain that implement Server Modifier and Type Class Description classNovaServer -
Uses of Server in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return Server Modifier and Type Method Description ServerServerServiceImpl. boot(ServerCreate server)Create (boot) a new ServerServerServerServiceImpl. bootAndWaitActive(ServerCreate server, int maxWaitTime)Create (boot) a new ServerServerServerServiceImpl. get(String serverId)Get the specified server by IDServerServerServiceImpl. update(String serverId, ServerUpdateOptions options)ServerServerServiceImpl. waitForServerStatus(String serverId, Server.Status status, int maxWait, TimeUnit maxWaitUnit)Will poll the Server waiting for theStatusto match or an Error state occurs for themaxWaitMethods in org.openstack4j.openstack.compute.internal that return types with arguments of type Server Modifier and Type Method Description List<? extends Server>ServerServiceImpl. list()List all servers (detailed) that the current tenant has access toList<? extends Server>ServerServiceImpl. list(boolean detail)List all servers (detailed / brief) that the current tenant has access toList<? extends Server>ServerServiceImpl. list(Map<String,String> filteringParams)Returns list of servers filtered by parameters.List<? extends Server>ServerServiceImpl. listAll(boolean detail)List all servers for all tenants (detailed / brief)Methods in org.openstack4j.openstack.compute.internal with parameters of type Server Modifier and Type Method Description ActionResponseComputeFloatingIPServiceImpl. addFloatingIP(Server server, String ipAddress)Deprecated.Adds floating-ip to server.ActionResponseComputeFloatingIPServiceImpl. addFloatingIP(Server server, String fixedIpAddress, String ipAddress)Deprecated.Adds floating-ip to server.ActionResponseComputeFloatingIPServiceImpl. removeFloatingIP(Server server, String ipAddress)Deprecated.Remove floating-ip from server
-