Uses of Class
org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped.MachineInDatacenter

Packages that use MachineInDatacenter
org.jclouds.joyent.cloudapi.v6_5.compute   
org.jclouds.joyent.cloudapi.v6_5.compute.functions   
 

Uses of MachineInDatacenter in org.jclouds.joyent.cloudapi.v6_5.compute
 

Methods in org.jclouds.joyent.cloudapi.v6_5.compute that return MachineInDatacenter
 MachineInDatacenter JoyentCloudComputeServiceAdapter.getNode(String id)
           
 

Methods in org.jclouds.joyent.cloudapi.v6_5.compute that return types with arguments of type MachineInDatacenter
 org.jclouds.compute.ComputeServiceAdapter.NodeAndInitialCredentials<MachineInDatacenter> JoyentCloudComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, org.jclouds.compute.domain.Template template)
           
 Iterable<MachineInDatacenter> JoyentCloudComputeServiceAdapter.listNodes()
           
 

Uses of MachineInDatacenter in org.jclouds.joyent.cloudapi.v6_5.compute.functions
 

Methods in org.jclouds.joyent.cloudapi.v6_5.compute.functions with parameters of type MachineInDatacenter
 org.jclouds.compute.domain.NodeMetadata MachineInDatacenterToNodeMetadata.apply(MachineInDatacenter machineInDatacenter)
           
protected  org.jclouds.compute.domain.Hardware MachineInDatacenterToNodeMetadata.findHardwareForMachineOrNull(MachineInDatacenter machineInDatacenter)
           
protected  org.jclouds.compute.domain.OperatingSystem MachineInDatacenterToNodeMetadata.findOperatingSystemForMachineOrNull(MachineInDatacenter machineInDatacenter)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.