public class ListTemplatesOptions extends AccountInDomainOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
ListTemplatesOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static ListTemplatesOptions |
NONE |
formParameters, headers, pathSuffix, payload, queryParameters| Constructor and Description |
|---|
ListTemplatesOptions() |
| Modifier and Type | Method and Description |
|---|---|
ListTemplatesOptions |
accountInDomain(String account,
String domain) |
ListTemplatesOptions |
domainId(String domainId) |
ListTemplatesOptions |
filter(TemplateFilter filter) |
ListTemplatesOptions |
hypervisor(String hypervisor) |
ListTemplatesOptions |
id(String id) |
ListTemplatesOptions |
name(String name) |
ListTemplatesOptions |
projectId(String projectId) |
ListTemplatesOptions |
tags(Map<String,String> tags) |
ListTemplatesOptions |
zoneId(String zoneId) |
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final ListTemplatesOptions NONE
public ListTemplatesOptions filter(TemplateFilter filter)
filter - how to constrain the listpublic ListTemplatesOptions id(String id)
id - the template IDpublic ListTemplatesOptions name(String name)
name - the template namepublic ListTemplatesOptions zoneId(String zoneId)
zoneId - list templates by zoneId.public ListTemplatesOptions projectId(String projectId)
projectId - list templates by projectId.public ListTemplatesOptions hypervisor(String hypervisor)
hypervisor - the hypervisor for which to restrict the searchpublic ListTemplatesOptions tags(Map<String,String> tags)
tags - Key/value pairs for tags that need to be matched.public ListTemplatesOptions accountInDomain(String account, String domain)
accountInDomain in class AccountInDomainOptionsaccount - an optional account for the resourcedomain - domain idpublic ListTemplatesOptions domainId(String domainId)
domainId in class AccountInDomainOptionsdomainId - The domain for the resourceCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.