Uses of Class
org.jclouds.openstack.nova.v2_0.domain.Server
-
-
Uses of Server in org.jclouds.openstack.nova.v2_0.config
Methods in org.jclouds.openstack.nova.v2_0.config that return Server Modifier and Type Method Description ServerNovaParserModule.ServerAdapter. apply(Server in)ServerNovaParserModule.ServerAdapter. deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext context)Methods in org.jclouds.openstack.nova.v2_0.config with parameters of type Server Modifier and Type Method Description ServerNovaParserModule.ServerAdapter. apply(Server in) -
Uses of Server in org.jclouds.openstack.nova.v2_0.domain
Subclasses of Server in org.jclouds.openstack.nova.v2_0.domain Modifier and Type Class Description classServerWithSecurityGroupsExtended server returned by ServerWithSecurityGroupsApiMethods in org.jclouds.openstack.nova.v2_0.domain that return Server Modifier and Type Method Description ServerServer.Builder. build()Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Server Modifier and Type Method Description TServer.Builder. fromServer(Server in) -
Uses of Server in org.jclouds.openstack.nova.v2_0.domain.regionscoped
Fields in org.jclouds.openstack.nova.v2_0.domain.regionscoped declared as Server Modifier and Type Field Description protected ServerServerInRegion. serverMethods in org.jclouds.openstack.nova.v2_0.domain.regionscoped that return Server Modifier and Type Method Description ServerServerInRegion. getServer()Constructors in org.jclouds.openstack.nova.v2_0.domain.regionscoped with parameters of type Server Constructor Description ServerInRegion(Server server, String regionId) -
Uses of Server in org.jclouds.openstack.nova.v2_0.domain.zonescoped
Fields in org.jclouds.openstack.nova.v2_0.domain.zonescoped declared as Server Modifier and Type Field Description protected ServerServerInRegion. serverDeprecated.Methods in org.jclouds.openstack.nova.v2_0.domain.zonescoped that return Server Modifier and Type Method Description ServerServerInRegion. getServer()Deprecated.Constructors in org.jclouds.openstack.nova.v2_0.domain.zonescoped with parameters of type Server Constructor Description ServerInRegion(Server server, String regionId)Deprecated. -
Uses of Server in org.jclouds.openstack.nova.v2_0.features
Methods in org.jclouds.openstack.nova.v2_0.features that return Server Modifier and Type Method Description ServerServerApi. get(String id)List details of the specified serverMethods in org.jclouds.openstack.nova.v2_0.features that return types with arguments of type Server Modifier and Type Method Description PagedIterable<Server>ServerApi. listInDetail()List all servers (all details)PaginatedCollection<Server>ServerApi. listInDetail(PaginationOptions options) -
Uses of Server in org.jclouds.openstack.nova.v2_0.functions.internal
Methods in org.jclouds.openstack.nova.v2_0.functions.internal that return types with arguments of type Server Modifier and Type Method Description protected com.google.common.base.Function<Object,IterableWithMarker<Server>>ParseServerDetails.ToPagedIterable. markerToNextForArg0(com.google.common.base.Optional<Object> arg0)
-