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 ServerInfo
ElasticStackApi. createAndStartServer(Server createServer)
create and start a new serverServerInfo
ElasticStackApi. createServer(Server createServer)
create a new serverServerInfo
ElasticStackApi. getServerInfo(String uuid)
ServerInfo
ElasticStackApi. 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 ServerInfo
ElasticStackComputeServiceAdapter. 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 NodeMetadata
ServerInfoToNodeMetadata. 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 ServerInfo
ServerInfo.Builder. build()
-
Uses of ServerInfo in org.jclouds.elasticstack.functions
Methods in org.jclouds.elasticstack.functions that return ServerInfo Modifier and Type Method Description ServerInfo
KeyValuesDelimitedByBlankLinesToServerInfo. apply(HttpResponse response)
ServerInfo
MapToServerInfo. 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)
-