Package | Description |
---|---|
org.jclouds.softlayer.domain |
Modifier and Type | Field and Description |
---|---|
protected SoftwareLicense |
VirtualGuest.Builder.softwareLicense |
protected SoftwareLicense |
OperatingSystem.Builder.softwareLicense |
Modifier and Type | Method and Description |
---|---|
SoftwareLicense |
SoftwareLicense.Builder.build() |
SoftwareLicense |
VirtualGuest.getSoftwareLicense() |
SoftwareLicense |
OperatingSystem.getSoftwareLicense() |
Modifier and Type | Method and Description |
---|---|
SoftwareLicense.Builder |
SoftwareLicense.Builder.fromSoftwareLicense(SoftwareLicense in) |
T |
VirtualGuest.Builder.softwareLicense(SoftwareLicense softwareLicense) |
OperatingSystem.Builder |
OperatingSystem.Builder.softwareLicense(SoftwareLicense softwareLicense) |
Constructor and 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) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.