public static class ComputeEnumConstants.BackendBucketCdnPolicy.CacheMode
Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.BackendBucketCdnPolicy.CacheMode.
Constants for wire representations of the BackendBucketCdnPolicy.Types.CacheMode enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
CacheAllStatic
public const string CacheAllStatic = "CACHE_ALL_STATIC"
Wire representation of CacheAllStatic.
Field Value | |
---|---|
Type | Description |
string |
ForceCacheAll
public const string ForceCacheAll = "FORCE_CACHE_ALL"
Wire representation of ForceCacheAll.
Field Value | |
---|---|
Type | Description |
string |
InvalidCacheMode
public const string InvalidCacheMode = "INVALID_CACHE_MODE"
Wire representation of InvalidCacheMode.
Field Value | |
---|---|
Type | Description |
string |
UndefinedCacheMode
public const string UndefinedCacheMode = "UNDEFINED_CACHE_MODE"
Wire representation of UndefinedCacheMode.
Field Value | |
---|---|
Type | Description |
string |
UseOriginHeaders
public const string UseOriginHeaders = "USE_ORIGIN_HEADERS"
Wire representation of UseOriginHeaders.
Field Value | |
---|---|
Type | Description |
string |