Class ComputeEnumConstants.BackendServiceCdnPolicy.CacheMode (2.1.0)

public static class CacheMode

Constants for wire representations of the BackendServiceCdnPolicy.Types.CacheMode enum.

Inheritance

Object > ComputeEnumConstants.BackendServiceCdnPolicy.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