Uses of Class
com.softlayer.api.service.hardware.component.partition.Template
-
Uses of Template in com.softlayer.api.service.hardware.component.partition
Fields in com.softlayer.api.service.hardware.component.partition with type parameters of type Template Modifier and Type Field Description protected List<Template>
OperatingSystem. partitionTemplates
Information regarding an operating system's [[SoftLayer_Hardware_Component_Partition_Template|Partition Templates]].Methods in com.softlayer.api.service.hardware.component.partition that return Template Modifier and Type Method Description Template
Template.Service. getObject()
getObject retrieves the SoftLayer_Hardware_Component_Partition_Template object whose ID number corresponds to the ID number of the init parameter passed to the SoftLayer_Hardware_Component_Partition_Template service.Methods in com.softlayer.api.service.hardware.component.partition that return types with arguments of type Template Modifier and Type Method Description Future<Template>
Template.ServiceAsync. getObject()
Async version ofTemplate.Service.getObject()
List<Template>
OperatingSystem. getPartitionTemplates()
List<Template>
OperatingSystem.Service. getPartitionTemplates()
Information regarding an operating system's [[SoftLayer_Hardware_Component_Partition_Template|Partition Templates]].Future<List<Template>>
OperatingSystem.ServiceAsync. getPartitionTemplates()
Async version ofOperatingSystem.Service.getPartitionTemplates()
Method parameters in com.softlayer.api.service.hardware.component.partition with type arguments of type Template Modifier and Type Method Description Future<?>
Template.ServiceAsync. getObject(ResponseHandler<Template> callback)
Future<?>
OperatingSystem.ServiceAsync. getPartitionTemplates(ResponseHandler<List<Template>> callback)
Async callback version ofOperatingSystem.Service.getPartitionTemplates()
-
Uses of Template in com.softlayer.api.service.hardware.component.partition.template
Fields in com.softlayer.api.service.hardware.component.partition.template declared as Template Modifier and Type Field Description protected Template
Partition. partitionTemplate
A partition's [[SoftLayer_Hardware_Component_Partition_Template|Partition Template]].Methods in com.softlayer.api.service.hardware.component.partition.template that return Template Modifier and Type Method Description Template
Partition. getPartitionTemplate()
Methods in com.softlayer.api.service.hardware.component.partition.template with parameters of type Template Modifier and Type Method Description void
Partition. setPartitionTemplate(Template partitionTemplate)
-
Uses of Template in com.softlayer.api.service.software.component
Fields in com.softlayer.api.service.software.component with type parameters of type Template Modifier and Type Field Description protected List<Template>
OperatingSystem. partitionTemplates
An operating system's associated [[SoftLayer_Hardware_Component_Partition_Template|Partition Templates]] that can be used to configure a hardware drive.Methods in com.softlayer.api.service.software.component that return types with arguments of type Template Modifier and Type Method Description List<Template>
OperatingSystem. getPartitionTemplates()