Uses of Class
org.jclouds.softlayer.domain.SoftwareLicense
- 
Packages that use SoftwareLicense Package Description org.jclouds.softlayer.domain  - 
- 
Uses of SoftwareLicense in org.jclouds.softlayer.domain
Fields in org.jclouds.softlayer.domain declared as SoftwareLicense Modifier and Type Field Description protected SoftwareLicenseOperatingSystem.Builder. softwareLicenseprotected SoftwareLicenseVirtualGuest.Builder. softwareLicenseMethods in org.jclouds.softlayer.domain that return SoftwareLicense Modifier and Type Method Description SoftwareLicenseSoftwareLicense.Builder. build()SoftwareLicenseOperatingSystem. getSoftwareLicense()SoftwareLicenseVirtualGuest. getSoftwareLicense()Methods in org.jclouds.softlayer.domain with parameters of type SoftwareLicense Modifier and Type Method Description SoftwareLicense.BuilderSoftwareLicense.Builder. fromSoftwareLicense(SoftwareLicense in)OperatingSystem.BuilderOperatingSystem.Builder. softwareLicense(SoftwareLicense softwareLicense)TVirtualGuest.Builder. softwareLicense(SoftwareLicense softwareLicense)Constructors in org.jclouds.softlayer.domain with parameters of type SoftwareLicense Constructor Description OperatingSystem(String id, SoftwareLicense softwareLicense, String operatingSystemReferenceCode, Set<Password> passwords)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) 
 -