Uses of Class
com.softlayer.api.service.configuration.Template
-
Uses of Template in com.softlayer.api.service.configuration
Fields in com.softlayer.api.service.configuration declared as Template Modifier and Type Field Description protected Template
Template. parent
Methods in com.softlayer.api.service.configuration that return Template Modifier and Type Method Description Template
Template.Service. copyTemplate(Template templateObject)
Copy a configuration template and returns a newly created template copyTemplate
Template.Service. getObject()
Template
Template. getParent()
Template
Template.Service. getParent()
Methods in com.softlayer.api.service.configuration that return types with arguments of type Template Modifier and Type Method Description Future<Template>
Template.ServiceAsync. copyTemplate(Template templateObject)
List<Template>
Template.Service. getAllObjects()
Retrieves all available configuration templatesFuture<List<Template>>
Template.ServiceAsync. getAllObjects()
Async version ofTemplate.Service.getAllObjects()
Future<Template>
Template.ServiceAsync. getObject()
Async version ofTemplate.Service.getObject()
Future<Template>
Template.ServiceAsync. getParent()
Async version ofTemplate.Service.getParent()
Methods in com.softlayer.api.service.configuration with parameters of type Template Modifier and Type Method Description Template
Template.Service. copyTemplate(Template templateObject)
Copy a configuration template and returns a newly created template copyFuture<Template>
Template.ServiceAsync. copyTemplate(Template templateObject)
Future<?>
Template.ServiceAsync. copyTemplate(Template templateObject, ResponseHandler<Template> callback)
Boolean
Template.Service. editObject(Template templateObject)
Edit the object by passing in a modified instance of the object.Future<Boolean>
Template.ServiceAsync. editObject(Template templateObject)
Future<?>
Template.ServiceAsync. editObject(Template templateObject, ResponseHandler<Boolean> callback)
void
Template. setParent(Template parent)
Method parameters in com.softlayer.api.service.configuration with type arguments of type Template Modifier and Type Method Description Future<?>
Template.ServiceAsync. copyTemplate(Template templateObject, ResponseHandler<Template> callback)
Future<?>
Template.ServiceAsync. getAllObjects(ResponseHandler<List<Template>> callback)
Future<?>
Template.ServiceAsync. getObject(ResponseHandler<Template> callback)
Future<?>
Template.ServiceAsync. getParent(ResponseHandler<Template> callback)
Async callback version ofTemplate.Service.getParent()
-
Uses of Template in com.softlayer.api.service.configuration.template
Fields in com.softlayer.api.service.configuration.template declared as Template Modifier and Type Field Description protected Template
Attribute. configurationTemplate
protected Template
Section. linkedTemplate
protected Template
Section. template
Methods in com.softlayer.api.service.configuration.template that return Template Modifier and Type Method Description Template
Attribute. getConfigurationTemplate()
Template
Section. getLinkedTemplate()
Template
Section.Service. getLinkedTemplate()
Template
Section. getTemplate()
Template
Section.Service. getTemplate()
Methods in com.softlayer.api.service.configuration.template that return types with arguments of type Template Modifier and Type Method Description Future<Template>
Section.ServiceAsync. getLinkedTemplate()
Async version ofSection.Service.getLinkedTemplate()
Future<Template>
Section.ServiceAsync. getTemplate()
Async version ofSection.Service.getTemplate()
Methods in com.softlayer.api.service.configuration.template with parameters of type Template Modifier and Type Method Description void
Attribute. setConfigurationTemplate(Template configurationTemplate)
void
Section. setLinkedTemplate(Template linkedTemplate)
void
Section. setTemplate(Template template)
Method parameters in com.softlayer.api.service.configuration.template with type arguments of type Template Modifier and Type Method Description Future<?>
Section.ServiceAsync. getLinkedTemplate(ResponseHandler<Template> callback)
Async callback version ofSection.Service.getLinkedTemplate()
Future<?>
Section.ServiceAsync. getTemplate(ResponseHandler<Template> callback)
Async callback version ofSection.Service.getTemplate()
-
Uses of Template in com.softlayer.api.service.configuration.template.section
Fields in com.softlayer.api.service.configuration.template.section declared as Template Modifier and Type Field Description protected Template
Reference. template
Methods in com.softlayer.api.service.configuration.template.section that return Template Modifier and Type Method Description Template
Reference. getTemplate()
Template
Reference.Service. getTemplate()
Methods in com.softlayer.api.service.configuration.template.section that return types with arguments of type Template Modifier and Type Method Description Future<Template>
Reference.ServiceAsync. getTemplate()
Async version ofReference.Service.getTemplate()
Methods in com.softlayer.api.service.configuration.template.section with parameters of type Template Modifier and Type Method Description void
Reference. setTemplate(Template template)
Method parameters in com.softlayer.api.service.configuration.template.section with type arguments of type Template Modifier and Type Method Description Future<?>
Reference.ServiceAsync. getTemplate(ResponseHandler<Template> callback)
Async callback version ofReference.Service.getTemplate()
-
Uses of Template in com.softlayer.api.service.configuration.template.section.definition
Fields in com.softlayer.api.service.configuration.template.section.definition declared as Template Modifier and Type Field Description protected Template
Value. template
Methods in com.softlayer.api.service.configuration.template.section.definition that return Template Modifier and Type Method Description Template
Value. getTemplate()
Template
Value.Service. getTemplate()
Methods in com.softlayer.api.service.configuration.template.section.definition that return types with arguments of type Template Modifier and Type Method Description Future<Template>
Value.ServiceAsync. getTemplate()
Async version ofValue.Service.getTemplate()
Methods in com.softlayer.api.service.configuration.template.section.definition with parameters of type Template Modifier and Type Method Description void
Value. setTemplate(Template template)
Method parameters in com.softlayer.api.service.configuration.template.section.definition with type arguments of type Template Modifier and Type Method Description Future<?>
Value.ServiceAsync. getTemplate(ResponseHandler<Template> callback)
Async callback version ofValue.Service.getTemplate()
-
Uses of Template in com.softlayer.api.service.product
Fields in com.softlayer.api.service.product with type parameters of type Template Modifier and Type Field Description protected List<Template>
Item. configurationTemplates
Some product items have configuration templates which can be used to during provisioning of that product.Methods in com.softlayer.api.service.product that return types with arguments of type Template Modifier and Type Method Description List<Template>
Item. getConfigurationTemplates()