public class NodeGroupTemplateServiceImpl extends BaseSaharaServices implements NodeGroupTemplateService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
NodeGroupTemplateServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
NodeGroupTemplate |
create(NodeGroupTemplate template)
Create a new node group template
|
ActionResponse |
delete(String templateId)
Delete the specified node group template
|
NodeGroupTemplate |
get(String templateId)
Get a node group template by ID
|
List<? extends NodeGroupTemplate> |
list()
List all node group templates
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic List<? extends NodeGroupTemplate> list()
list in interface NodeGroupTemplateServicepublic NodeGroupTemplate get(String templateId)
get in interface NodeGroupTemplateServicetemplateId - the template identifierpublic NodeGroupTemplate create(NodeGroupTemplate template)
create in interface NodeGroupTemplateServicetemplate - the node group template to createpublic ActionResponse delete(String templateId)
delete in interface NodeGroupTemplateServicetemplateId - the template identifierCopyright © 2017. All rights reserved.