Package | Description |
---|---|
org.jclouds.rackspace.cloudfiles.v1.features | |
org.jclouds.rackspace.cloudfiles.v1.options |
Modifier and Type | Method and Description |
---|---|
boolean |
CDNApi.update(String containerName,
UpdateCDNContainerOptions options)
Updates a CDN container with the supplied
UpdateCDNContainerOptions options. |
Modifier and Type | Field and Description |
---|---|
static UpdateCDNContainerOptions |
UpdateCDNContainerOptions.NONE |
Modifier and Type | Method and Description |
---|---|
UpdateCDNContainerOptions |
UpdateCDNContainerOptions.enabled(boolean enabled)
Enables or disables the CDN Container
|
static UpdateCDNContainerOptions |
UpdateCDNContainerOptions.Builder.enabled(boolean enabled) |
UpdateCDNContainerOptions |
UpdateCDNContainerOptions.logRetention(boolean logRetention)
Enables or disables log retention
|
static UpdateCDNContainerOptions |
UpdateCDNContainerOptions.Builder.logRetention(boolean logRetention) |
UpdateCDNContainerOptions |
UpdateCDNContainerOptions.staticWebsiteDirectoryType(com.google.common.net.MediaType directoryType)
Sets the directory marker type for the Static Website.
|
static UpdateCDNContainerOptions |
UpdateCDNContainerOptions.Builder.staticWebsiteDirectoryType(com.google.common.net.MediaType directoryType) |
UpdateCDNContainerOptions |
UpdateCDNContainerOptions.staticWebsiteErrorPage(String errorPage)
Sets the error page for the Static Website.
|
static UpdateCDNContainerOptions |
UpdateCDNContainerOptions.Builder.staticWebsiteErrorPage(String errorPage) |
UpdateCDNContainerOptions |
UpdateCDNContainerOptions.staticWebsiteIndexPage(String indexPage)
Sets the index page for the Static Website.
|
static UpdateCDNContainerOptions |
UpdateCDNContainerOptions.Builder.staticWebsiteIndexPage(String indexPage) |
UpdateCDNContainerOptions |
UpdateCDNContainerOptions.staticWebsiteListings(boolean listings)
Enables or disables listings for the Static Website.
|
static UpdateCDNContainerOptions |
UpdateCDNContainerOptions.Builder.staticWebsiteListings(boolean enabled) |
UpdateCDNContainerOptions |
UpdateCDNContainerOptions.staticWebsiteListingsCSS(String listingsCSS)
Sets the listings CSS page for the Static Website.
|
static UpdateCDNContainerOptions |
UpdateCDNContainerOptions.Builder.staticWebsiteListingsCSS(String cssPage) |
UpdateCDNContainerOptions |
UpdateCDNContainerOptions.ttl(int ttl)
Updates TTL
|
static UpdateCDNContainerOptions |
UpdateCDNContainerOptions.Builder.ttl(int ttl) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.