Uses of Class
com.softlayer.api.service.container.hardware.configuration.Option
-
Packages that use Option Package Description com.softlayer.api.service.container.hardware -
-
Uses of Option in com.softlayer.api.service.container.hardware
Fields in com.softlayer.api.service.container.hardware with type parameters of type Option Modifier and Type Field Description protected List<Option>
Configuration. datacenters
Available datacenter options.protected List<Option>
Configuration. fixedConfigurationPresets
Available fixed configuration preset options.protected List<Option>
Configuration. hardDrives
Available hard drive options.protected List<Option>
Configuration. networkComponents
Available network component options.protected List<Option>
Configuration. operatingSystems
Available operating system options.protected List<Option>
Configuration. processors
Available processor options.Methods in com.softlayer.api.service.container.hardware that return types with arguments of type Option Modifier and Type Method Description List<Option>
Configuration. getDatacenters()
List<Option>
Configuration. getFixedConfigurationPresets()
List<Option>
Configuration. getHardDrives()
List<Option>
Configuration. getNetworkComponents()
List<Option>
Configuration. getOperatingSystems()
List<Option>
Configuration. getProcessors()
-