Uses of Class
org.jclouds.softlayer.domain.PowerState
- 
Packages that use PowerState Package Description org.jclouds.softlayer.domain  - 
- 
Uses of PowerState in org.jclouds.softlayer.domain
Fields in org.jclouds.softlayer.domain declared as PowerState Modifier and Type Field Description protected PowerStateVirtualGuest.Builder. powerStateMethods in org.jclouds.softlayer.domain that return PowerState Modifier and Type Method Description PowerStatePowerState.Builder. build()PowerStateVirtualGuest. getPowerState()Methods in org.jclouds.softlayer.domain with parameters of type PowerState Modifier and Type Method Description TPowerState.Builder. fromPowerState(PowerState in)TVirtualGuest.Builder. powerState(PowerState powerState)Constructors in org.jclouds.softlayer.domain with parameters of type PowerState Constructor Description VirtualGuest(int accountId, Date createDate, String domain, String fullyQualifiedDomainName, String hostname, int id, Date lastVerifiedDate, int maxCpu, String maxCpuUnits, int maxMemory, Date metricPollDate, Date modifyDate, String notes, int startCpus, int statusId, String uuid, String primaryBackendIpAddress, String primaryIpAddress, VirtualGuest.BillingItem billingItem, OperatingSystem operatingSystem, String operatingSystemReferenceCode, Datacenter datacenter, PowerState powerState, SoftwareLicense softwareLicense, int activeTransactionCount, List<VirtualGuestBlockDevice> blockDevices, boolean hourlyBillingFlag, boolean localDiskFlag, boolean dedicatedAccountHostOnlyFlag, boolean privateNetworkOnlyFlag, VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup, Set<VirtualGuestNetworkComponent> networkComponents, Set<TagReference> tagReferences, VirtualGuestNetworkComponent primaryNetworkComponent, VirtualGuestNetworkComponent primaryBackendNetworkComponent, String postInstallScriptUri, VirtualGuestAttribute virtualGuestAttribute, Set<SecuritySshKey> sshKeys) 
 -