Uses of Class
org.jclouds.softlayer.domain.PowerState

Packages that use PowerState
org.jclouds.softlayer.config   
org.jclouds.softlayer.domain   
 

Uses of PowerState in org.jclouds.softlayer.config
 

Constructors in org.jclouds.softlayer.config with parameters of type PowerState
SoftLayerParserModule.VirtualGuestAdapter.VirtualGuestInternal(int accountId, Date createDate, boolean dedicatedAccountHostOnly, String domain, String fullyQualifiedDomainName, String hostname, int id, Date lastVerifiedDate, int maxCpu, String maxCpuUnits, int maxMemory, Date metricPollDate, Date modifyDate, String notes, boolean privateNetworkOnly, int startCpus, int statusId, String uuid, String primaryBackendIpAddress, String primaryIpAddress, int billingItemId, OperatingSystem operatingSystem, Datacenter datacenter, PowerState powerState)
           
 

Uses of PowerState in org.jclouds.softlayer.domain
 

Methods in org.jclouds.softlayer.domain that return PowerState
 PowerState PowerState.Builder.build()
           
 PowerState VirtualGuest.getPowerState()
           
 

Methods in org.jclouds.softlayer.domain with parameters of type PowerState
 int PowerState.compareTo(PowerState arg0)
           
static PowerState.Builder PowerState.Builder.fromAddress(PowerState in)
           
 VirtualGuest.Builder VirtualGuest.Builder.powerState(PowerState powerState)
           
 

Constructors in org.jclouds.softlayer.domain with parameters of type PowerState
VirtualGuest(int accountId, Date createDate, boolean dedicatedAccountHostOnly, String domain, String fullyQualifiedDomainName, String hostname, int id, Date lastVerifiedDate, int maxCpu, String maxCpuUnits, int maxMemory, Date metricPollDate, Date modifyDate, String notes, boolean privateNetworkOnly, int startCpus, int statusId, String uuid, String primaryBackendIpAddress, String primaryIpAddress, int billingItemId, OperatingSystem operatingSystem, Datacenter datacenter, PowerState powerState)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.