Uses of Class
com.softlayer.api.service.hardware.component.partition.OperatingSystem
| Package | Description |
|---|---|
| com.softlayer.api.service.hardware.component.partition |
-
Uses of OperatingSystem in com.softlayer.api.service.hardware.component.partition
Fields in com.softlayer.api.service.hardware.component.partition declared as OperatingSystem Modifier and Type Field Description protected OperatingSystemTemplate. partitionOperatingSystemA partition template's associated [[SoftLayer_Hardware_Component_Partition_OperatingSystem|Operating System]].Methods in com.softlayer.api.service.hardware.component.partition that return OperatingSystem Modifier and Type Method Description OperatingSystemOperatingSystem.Service. getByDescription(String description)The '''getByDescription''' method retrieves all possible partition templates based on the description (required parameter) entered when calling the method.OperatingSystemOperatingSystem.Service. getObject()getObject retrieves the SoftLayer_Hardware_Component_Partition_OperatingSystem object whose ID number corresponds to the ID number of the init parameter passed to the SoftLayer_Hardware_Component_Partition_OperatingSystem service.sOperatingSystemTemplate. getPartitionOperatingSystem()OperatingSystemTemplate.Service. getPartitionOperatingSystem()A partition template's associated [[SoftLayer_Hardware_Component_Partition_OperatingSystem|Operating System]].Methods in com.softlayer.api.service.hardware.component.partition that return types with arguments of type OperatingSystem Modifier and Type Method Description List<OperatingSystem>OperatingSystem.Service. getAllObjects()Future<List<OperatingSystem>>OperatingSystem.ServiceAsync. getAllObjects()Async version ofOperatingSystem.Service.getAllObjects()Future<OperatingSystem>OperatingSystem.ServiceAsync. getByDescription(String description)Async version ofOperatingSystem.Service.getByDescription(java.lang.String)Future<OperatingSystem>OperatingSystem.ServiceAsync. getObject()Async version ofOperatingSystem.Service.getObject()Future<OperatingSystem>Template.ServiceAsync. getPartitionOperatingSystem()Async version ofTemplate.Service.getPartitionOperatingSystem()Methods in com.softlayer.api.service.hardware.component.partition with parameters of type OperatingSystem Modifier and Type Method Description voidTemplate. setPartitionOperatingSystem(OperatingSystem partitionOperatingSystem)Method parameters in com.softlayer.api.service.hardware.component.partition with type arguments of type OperatingSystem Modifier and Type Method Description Future<?>OperatingSystem.ServiceAsync. getAllObjects(ResponseHandler<List<OperatingSystem>> callback)Future<?>OperatingSystem.ServiceAsync. getByDescription(String description, ResponseHandler<OperatingSystem> callback)Future<?>OperatingSystem.ServiceAsync. getObject(ResponseHandler<OperatingSystem> callback)Future<?>Template.ServiceAsync. getPartitionOperatingSystem(ResponseHandler<OperatingSystem> callback)Async callback version ofTemplate.Service.getPartitionOperatingSystem()