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

Packages that use SoftwareLicense
org.jclouds.softlayer.domain   
 

Uses of SoftwareLicense in org.jclouds.softlayer.domain
 

Fields in org.jclouds.softlayer.domain declared as SoftwareLicense
protected  SoftwareLicense VirtualGuest.Builder.softwareLicense
           
protected  SoftwareLicense OperatingSystem.Builder.softwareLicense
           
 

Methods in org.jclouds.softlayer.domain that return SoftwareLicense
 SoftwareLicense SoftwareLicense.Builder.build()
           
 SoftwareLicense VirtualGuest.getSoftwareLicense()
           
 SoftwareLicense OperatingSystem.getSoftwareLicense()
           
 

Methods in org.jclouds.softlayer.domain with parameters of type SoftwareLicense
 SoftwareLicense.Builder SoftwareLicense.Builder.fromSoftwareLicense(SoftwareLicense in)
           
 T VirtualGuest.Builder.softwareLicense(SoftwareLicense softwareLicense)
           
 OperatingSystem.Builder OperatingSystem.Builder.softwareLicense(SoftwareLicense softwareLicense)
           
 

Constructors in org.jclouds.softlayer.domain with parameters of type SoftwareLicense
OperatingSystem(String id, SoftwareLicense softwareLicense, String operatingSystemReferenceCode, Set<Password> passwords)
           
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, VirtualGuest.BillingItem billingItem, OperatingSystem operatingSystem, String operatingSystemReferenceCode, Datacenter datacenter, PowerState powerState, SoftwareLicense softwareLicense, int activeTransactionCount, Set<VirtualGuestBlockDevice> blockDevices, boolean localDiskFlag, VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup, Set<VirtualGuestNetworkComponent> networkComponents, Set<TagReference> tagReferences)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.