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 Server
NovaParserModule.ServerAdapter. apply(Server in)
Server
NovaParserModule.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 Server
NovaParserModule.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 class
ServerWithSecurityGroups
Extended server returned by ServerWithSecurityGroupsApiMethods in org.jclouds.openstack.nova.v2_0.domain that return Server Modifier and Type Method Description Server
Server.Builder. build()
Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Server Modifier and Type Method Description T
Server.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 Server
ServerInRegion. server
Methods in org.jclouds.openstack.nova.v2_0.domain.regionscoped that return Server Modifier and Type Method Description Server
ServerInRegion. 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 Server
ServerInRegion. server
Deprecated.Methods in org.jclouds.openstack.nova.v2_0.domain.zonescoped that return Server Modifier and Type Method Description Server
ServerInRegion. 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 Server
ServerApi. 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)
-