Package org.jclouds.cloudstack.options
Class UpdateTemplatePermissionsOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.UpdateTemplatePermissionsOptions
- All Implemented Interfaces:
HttpRequestOptions
Options used to control how a template should be updated.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
-
Field Summary
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiona list of accounts.isExtractable
(boolean isExtractable) true if the template/iso is extractable, false other wise.isFeatured
(boolean isFeatured) true for featured template/iso, false otherwiseisPublic
(boolean isPublic) true for public template/iso, false for private templates/isospermission operator (add, remove, reset)projectIds
(Iterable<String> projectIds) a list of projects.Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
Constructor Details
-
UpdateTemplatePermissionsOptions
public UpdateTemplatePermissionsOptions()
-
-
Method Details
-
accounts
a list of accounts. If specified, "op" parameter has to be passed in. -
projectIds
a list of projects. If specified, "op" parameter has to be passed in. -
isExtractable
true if the template/iso is extractable, false other wise. Can be set only by root admin -
isFeatured
true for featured template/iso, false otherwise -
isPublic
true for public template/iso, false for private templates/isos -
op
permission operator (add, remove, reset)
-