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 SoftwareLicense
OperatingSystem.Builder. softwareLicense
protected SoftwareLicense
VirtualGuest.Builder. softwareLicense
Methods in org.jclouds.softlayer.domain that return SoftwareLicense Modifier and Type Method Description SoftwareLicense
SoftwareLicense.Builder. build()
SoftwareLicense
OperatingSystem. getSoftwareLicense()
SoftwareLicense
VirtualGuest. getSoftwareLicense()
Methods in org.jclouds.softlayer.domain with parameters of type SoftwareLicense Modifier and Type Method Description SoftwareLicense.Builder
SoftwareLicense.Builder. fromSoftwareLicense(SoftwareLicense in)
OperatingSystem.Builder
OperatingSystem.Builder. softwareLicense(SoftwareLicense softwareLicense)
T
VirtualGuest.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)
-