| Package | Description |
|---|---|
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
BackendServiceCdnPolicy |
BackendServiceCdnPolicy.clone() |
BackendServiceCdnPolicy |
BackendService.getCdnPolicy()
Cloud CDN configuration for this BackendService.
|
BackendServiceCdnPolicy |
BackendServiceCdnPolicy.set(String fieldName,
Object value) |
BackendServiceCdnPolicy |
BackendServiceCdnPolicy.setCacheKeyPolicy(CacheKeyPolicy cacheKeyPolicy)
The CacheKeyPolicy for this CdnPolicy.
|
BackendServiceCdnPolicy |
BackendServiceCdnPolicy.setCacheMode(String cacheMode)
Specifies the cache setting for all responses from this backend.
|
BackendServiceCdnPolicy |
BackendServiceCdnPolicy.setClientTtl(Integer clientTtl)
Specifies a separate client (e.g.
|
BackendServiceCdnPolicy |
BackendServiceCdnPolicy.setDefaultTtl(Integer defaultTtl)
Specifies the default TTL for cached content served by this origin for responses that do not
have an existing valid TTL (max-age or s-max-age).
|
BackendServiceCdnPolicy |
BackendServiceCdnPolicy.setMaxTtl(Integer maxTtl)
Specifies the maximum allowed TTL for cached content served by this origin.
|
BackendServiceCdnPolicy |
BackendServiceCdnPolicy.setSignedUrlCacheMaxAgeSec(Long signedUrlCacheMaxAgeSec)
Maximum number of seconds the response to a signed URL request will be considered fresh.
|
BackendServiceCdnPolicy |
BackendServiceCdnPolicy.setSignedUrlKeyNames(List<String> signedUrlKeyNames)
[Output Only] Names of the keys for signing request URLs.
|
| Modifier and Type | Method and Description |
|---|---|
BackendService |
BackendService.setCdnPolicy(BackendServiceCdnPolicy cdnPolicy)
Cloud CDN configuration for this BackendService.
|
Copyright © 2011–2020 Google. All rights reserved.