Uses of Class
org.jclouds.softlayer.domain.OperatingSystem
Packages that use OperatingSystem
Package
Description
-
Uses of OperatingSystem in org.jclouds.softlayer.compute.functions
Methods in org.jclouds.softlayer.compute.functions with parameters of type OperatingSystem -
Uses of OperatingSystem in org.jclouds.softlayer.compute.strategy
Methods in org.jclouds.softlayer.compute.strategy that return OperatingSystemModifier and TypeMethodDescriptionMethods in org.jclouds.softlayer.compute.strategy that return types with arguments of type OperatingSystem -
Uses of OperatingSystem in org.jclouds.softlayer.domain
Fields in org.jclouds.softlayer.domain declared as OperatingSystemMethods in org.jclouds.softlayer.domain that return OperatingSystemModifier and TypeMethodDescriptionOperatingSystem.Builder.build()
VirtualGuest.getOperatingSystem()
Methods in org.jclouds.softlayer.domain that return types with arguments of type OperatingSystemModifier and TypeMethodDescriptionContainerVirtualGuestConfiguration.getVirtualGuestOperatingSystems()
Methods in org.jclouds.softlayer.domain with parameters of type OperatingSystemModifier and TypeMethodDescriptionOperatingSystem.Builder.fromOperatingSystem
(OperatingSystem in) VirtualGuest.Builder.operatingSystem
(OperatingSystem operatingSystem) Constructors in org.jclouds.softlayer.domain with parameters of type OperatingSystemModifierConstructorDescriptionprotected
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)