Class UpdateCDNContainerOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.rackspace.cloudfiles.v1.options.UpdateCDNContainerOptions
- All Implemented Interfaces:
HttpRequestOptions
Options supported for updating CDN containers.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenabled
(boolean enabled) Enables or disables the CDN ContainerlogRetention
(boolean logRetention) Enables or disables log retentionstaticWebsiteDirectoryType
(com.google.common.net.MediaType directoryType) Sets the directory marker type for the Static Website.staticWebsiteErrorPage
(String errorPage) Sets the error page for the Static Website.staticWebsiteIndexPage
(String indexPage) Sets the index page for the Static Website.staticWebsiteListings
(boolean listings) Enables or disables listings for the Static Website.staticWebsiteListingsCSS
(String listingsCSS) Sets the listings CSS page for the Static Website.ttl
(int ttl) Updates TTLMethods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
Field Details
-
NONE
-
-
Constructor Details
-
UpdateCDNContainerOptions
public UpdateCDNContainerOptions()
-
-
Method Details
-
ttl
Updates TTL -
logRetention
Enables or disables log retention -
enabled
Enables or disables the CDN Container -
staticWebsiteDirectoryType
public UpdateCDNContainerOptions staticWebsiteDirectoryType(com.google.common.net.MediaType directoryType) Sets the directory marker type for the Static Website. -
staticWebsiteErrorPage
Sets the error page for the Static Website. -
staticWebsiteIndexPage
Sets the index page for the Static Website. -
staticWebsiteListings
Enables or disables listings for the Static Website. -
staticWebsiteListingsCSS
Sets the listings CSS page for the Static Website.
-