A B C D E G H I L N O P R S T V

A

apply(Datacenter) - Method in class org.jclouds.servermanager.compute.functions.DatacenterToLocation
 
apply(Hardware) - Method in class org.jclouds.servermanager.compute.functions.ServerManagerHardwareToHardware
 
apply(Image) - Method in class org.jclouds.servermanager.compute.functions.ServerManagerImageToImage
 
apply(Server) - Method in class org.jclouds.servermanager.compute.functions.ServerToNodeMetadata
 

B

build() - Method in class org.jclouds.servermanager.ServerManagerApiMetadata.Builder
 

C

configure() - Method in class org.jclouds.servermanager.compute.config.ServerManagerComputeServiceContextModule
 
cores - Variable in class org.jclouds.servermanager.Hardware
 
createNodeWithGroupEncodedIntoName(String, String, Template) - Method in class org.jclouds.servermanager.compute.strategy.ServerManagerComputeServiceAdapter
 
createServerInDC(String, String, int, int) - Method in class org.jclouds.servermanager.ServerManager
simulate creating a server, as this is really going to happen with the api underneath

D

Datacenter - Class in org.jclouds.servermanager
This would be replaced with the real java object related to the underlying data center
Datacenter(int, String) - Constructor for class org.jclouds.servermanager.Datacenter
 
datacenter - Variable in class org.jclouds.servermanager.Server
 
DatacenterToLocation - Class in org.jclouds.servermanager.compute.functions
 
DatacenterToLocation(Provider<Supplier<Location>>) - Constructor for class org.jclouds.servermanager.compute.functions.DatacenterToLocation
 
destroyNode(String) - Method in class org.jclouds.servermanager.compute.strategy.ServerManagerComputeServiceAdapter
 
destroyServer(int) - Method in class org.jclouds.servermanager.ServerManager
 
disk - Variable in class org.jclouds.servermanager.Hardware
 

E

equals(Object) - Method in class org.jclouds.servermanager.Datacenter
 
equals(Object) - Method in class org.jclouds.servermanager.Hardware
 
equals(Object) - Method in class org.jclouds.servermanager.Image
 
equals(Object) - Method in class org.jclouds.servermanager.Server
 

G

getHardware(int) - Method in class org.jclouds.servermanager.ServerManager
 
getImage(String) - Method in class org.jclouds.servermanager.compute.strategy.ServerManagerComputeServiceAdapter
 
getImage(int) - Method in class org.jclouds.servermanager.ServerManager
 
getNode(String) - Method in class org.jclouds.servermanager.compute.strategy.ServerManagerComputeServiceAdapter
 
getServer(int) - Method in class org.jclouds.servermanager.ServerManager
 

H

Hardware - Class in org.jclouds.servermanager
This would be replaced with the real java object related to the underlying hardware
Hardware(int, String, int, int, float) - Constructor for class org.jclouds.servermanager.Hardware
 
hardwareId - Variable in class org.jclouds.servermanager.Server
 
hashCode() - Method in class org.jclouds.servermanager.Datacenter
 
hashCode() - Method in class org.jclouds.servermanager.Hardware
 
hashCode() - Method in class org.jclouds.servermanager.Image
 
hashCode() - Method in class org.jclouds.servermanager.Server
 

I

id - Variable in class org.jclouds.servermanager.Datacenter
 
id - Variable in class org.jclouds.servermanager.Hardware
 
id - Variable in class org.jclouds.servermanager.Image
 
id - Variable in class org.jclouds.servermanager.Server
 
Image - Class in org.jclouds.servermanager
This would be replaced with the real java object related to the underlying image
Image(int, String) - Constructor for class org.jclouds.servermanager.Image
 
imageId - Variable in class org.jclouds.servermanager.Server
 

L

listHardware() - Method in class org.jclouds.servermanager.ServerManager
 
listHardwareProfiles() - Method in class org.jclouds.servermanager.compute.strategy.ServerManagerComputeServiceAdapter
 
listImages() - Method in class org.jclouds.servermanager.compute.strategy.ServerManagerComputeServiceAdapter
 
listImages() - Method in class org.jclouds.servermanager.ServerManager
 
listLocations() - Method in class org.jclouds.servermanager.compute.strategy.ServerManagerComputeServiceAdapter
 
listNodes() - Method in class org.jclouds.servermanager.compute.strategy.ServerManagerComputeServiceAdapter
 
listNodesByIds(Iterable<String>) - Method in class org.jclouds.servermanager.compute.strategy.ServerManagerComputeServiceAdapter
 
listServers() - Method in class org.jclouds.servermanager.ServerManager
 
logger - Variable in class org.jclouds.servermanager.compute.functions.ServerManagerImageToImage
 
loginUser - Variable in class org.jclouds.servermanager.Server
 

N

name - Variable in class org.jclouds.servermanager.Datacenter
 
name - Variable in class org.jclouds.servermanager.Hardware
 
name - Variable in class org.jclouds.servermanager.Image
 
name - Variable in class org.jclouds.servermanager.Server
 

O

org.jclouds.servermanager - package org.jclouds.servermanager
 
org.jclouds.servermanager.compute.config - package org.jclouds.servermanager.compute.config
 
org.jclouds.servermanager.compute.functions - package org.jclouds.servermanager.compute.functions
 
org.jclouds.servermanager.compute.strategy - package org.jclouds.servermanager.compute.strategy
 

P

password - Variable in class org.jclouds.servermanager.Server
 
privateAddress - Variable in class org.jclouds.servermanager.Server
 
publicAddress - Variable in class org.jclouds.servermanager.Server
 

R

ram - Variable in class org.jclouds.servermanager.Hardware
 
rebootNode(String) - Method in class org.jclouds.servermanager.compute.strategy.ServerManagerComputeServiceAdapter
 
rebootServer(int) - Method in class org.jclouds.servermanager.ServerManager
 
resumeNode(String) - Method in class org.jclouds.servermanager.compute.strategy.ServerManagerComputeServiceAdapter
 

S

self() - Method in class org.jclouds.servermanager.ServerManagerApiMetadata.Builder
 
Server - Class in org.jclouds.servermanager
This would be replaced with the real java object related to the underlying server
Server() - Constructor for class org.jclouds.servermanager.Server
 
Server.Status - Enum in org.jclouds.servermanager
 
ServerManager - Class in org.jclouds.servermanager
This would be replaced with the real connection to the service that can create/list/reboot/get/destroy things
ServerManager() - Constructor for class org.jclouds.servermanager.ServerManager
 
ServerManagerApiMetadata - Class in org.jclouds.servermanager
Implementation of ApiMetadata for an example of library integration (ServerManager)
ServerManagerApiMetadata() - Constructor for class org.jclouds.servermanager.ServerManagerApiMetadata
 
ServerManagerApiMetadata(ServerManagerApiMetadata.Builder) - Constructor for class org.jclouds.servermanager.ServerManagerApiMetadata
 
ServerManagerApiMetadata.Builder - Class in org.jclouds.servermanager
 
ServerManagerApiMetadata.Builder() - Constructor for class org.jclouds.servermanager.ServerManagerApiMetadata.Builder
 
ServerManagerComputeServiceAdapter - Class in org.jclouds.servermanager.compute.strategy
defines the connection between the ServerManager implementation and the jclouds ComputeService
ServerManagerComputeServiceAdapter(ServerManager) - Constructor for class org.jclouds.servermanager.compute.strategy.ServerManagerComputeServiceAdapter
 
ServerManagerComputeServiceContextModule - Class in org.jclouds.servermanager.compute.config
 
ServerManagerComputeServiceContextModule() - Constructor for class org.jclouds.servermanager.compute.config.ServerManagerComputeServiceContextModule
 
ServerManagerHardwareToHardware - Class in org.jclouds.servermanager.compute.functions
 
ServerManagerHardwareToHardware() - Constructor for class org.jclouds.servermanager.compute.functions.ServerManagerHardwareToHardware
 
ServerManagerImageToImage - Class in org.jclouds.servermanager.compute.functions
 
ServerManagerImageToImage() - Constructor for class org.jclouds.servermanager.compute.functions.ServerManagerImageToImage
 
serverStatusToNodeStatus - Static variable in class org.jclouds.servermanager.compute.functions.ServerToNodeMetadata
 
ServerToNodeMetadata - Class in org.jclouds.servermanager.compute.functions
 
startServer(int) - Method in class org.jclouds.servermanager.ServerManager
 
status - Variable in class org.jclouds.servermanager.Server
 
stopServer(int) - Method in class org.jclouds.servermanager.ServerManager
 
suspendNode(String) - Method in class org.jclouds.servermanager.compute.strategy.ServerManagerComputeServiceAdapter
 

T

toBuilder() - Method in class org.jclouds.servermanager.ServerManagerApiMetadata
 
toString() - Method in class org.jclouds.servermanager.Datacenter
 
toString() - Method in class org.jclouds.servermanager.Hardware
 
toString() - Method in class org.jclouds.servermanager.Image
 
toString() - Method in class org.jclouds.servermanager.Server
 

V

valueOf(String) - Static method in enum org.jclouds.servermanager.Server.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jclouds.servermanager.Server.Status
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E G H I L N O P R S T V

Copyright © 2009-2013 jclouds. All Rights Reserved.