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, uri
public List<? extends NodeGroupTemplate> list()
list
in interface NodeGroupTemplateService
public NodeGroupTemplate get(String templateId)
get
in interface NodeGroupTemplateService
templateId
- the template identifierpublic NodeGroupTemplate create(NodeGroupTemplate template)
create
in interface NodeGroupTemplateService
template
- the node group template to createpublic ActionResponse delete(String templateId)
delete
in interface NodeGroupTemplateService
templateId
- the template identifierCopyright © 2017. All rights reserved.