Uses of Class
org.jclouds.elasticstack.domain.ServerInfo
-
-
Uses of ServerInfo in org.jclouds.elasticstack
Methods in org.jclouds.elasticstack that return ServerInfo Modifier and Type Method Description ServerInfoElasticStackApi. createAndStartServer(Server createServer)create and start a new serverServerInfoElasticStackApi. createServer(Server createServer)create a new serverServerInfoElasticStackApi. getServerInfo(String uuid)ServerInfoElasticStackApi. setServerConfiguration(String uuid, Server setServer)set server configurationMethods in org.jclouds.elasticstack that return types with arguments of type ServerInfo Modifier and Type Method Description Set<ServerInfo>ElasticStackApi. listServerInfo()Get all servers info -
Uses of ServerInfo in org.jclouds.elasticstack.compute
Methods in org.jclouds.elasticstack.compute that return ServerInfo Modifier and Type Method Description ServerInfoElasticStackComputeServiceAdapter. getNode(String id)Methods in org.jclouds.elasticstack.compute that return types with arguments of type ServerInfo Modifier and Type Method Description ComputeServiceAdapter.NodeAndInitialCredentials<ServerInfo>ElasticStackComputeServiceAdapter. createNodeWithGroupEncodedIntoName(String tag, String name, Template template)Iterable<ServerInfo>ElasticStackComputeServiceAdapter. listNodes()Iterable<ServerInfo>ElasticStackComputeServiceAdapter. listNodesByIds(Iterable<String> ids) -
Uses of ServerInfo in org.jclouds.elasticstack.compute.functions
Methods in org.jclouds.elasticstack.compute.functions with parameters of type ServerInfo Modifier and Type Method Description NodeMetadataServerInfoToNodeMetadata. apply(ServerInfo from) -
Uses of ServerInfo in org.jclouds.elasticstack.domain
Methods in org.jclouds.elasticstack.domain that return ServerInfo Modifier and Type Method Description ServerInfoServerInfo.Builder. build() -
Uses of ServerInfo in org.jclouds.elasticstack.functions
Methods in org.jclouds.elasticstack.functions that return ServerInfo Modifier and Type Method Description ServerInfoKeyValuesDelimitedByBlankLinesToServerInfo. apply(HttpResponse response)ServerInfoMapToServerInfo. apply(Map<String,String> from)Methods in org.jclouds.elasticstack.functions that return types with arguments of type ServerInfo Modifier and Type Method Description Set<ServerInfo>ListOfKeyValuesDelimitedByBlankLinesToServerInfoSet. apply(HttpResponse response)
-