Compute Engine v1 API - Class ComputeEnumConstants.BackendBucketCdnPolicy.CacheMode (2.11.0)

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.

Inheritance

object > ComputeEnumConstants.BackendBucketCdnPolicy.CacheMode

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

CacheAllStatic

public const string CacheAllStatic = "CACHE_ALL_STATIC"

Wire representation of CacheAllStatic.

Field Value
TypeDescription
string

ForceCacheAll

public const string ForceCacheAll = "FORCE_CACHE_ALL"

Wire representation of ForceCacheAll.

Field Value
TypeDescription
string

InvalidCacheMode

public const string InvalidCacheMode = "INVALID_CACHE_MODE"

Wire representation of InvalidCacheMode.

Field Value
TypeDescription
string

UndefinedCacheMode

public const string UndefinedCacheMode = "UNDEFINED_CACHE_MODE"

Wire representation of UndefinedCacheMode.

Field Value
TypeDescription
string

UseOriginHeaders

public const string UseOriginHeaders = "USE_ORIGIN_HEADERS"

Wire representation of UseOriginHeaders.

Field Value
TypeDescription
string