Class BackendServiceCdnPolicyNegativeCachingPolicy (2.1.0)

public sealed class BackendServiceCdnPolicyNegativeCachingPolicy : IMessage<BackendServiceCdnPolicyNegativeCachingPolicy>, IEquatable<BackendServiceCdnPolicyNegativeCachingPolicy>, IDeepCloneable<BackendServiceCdnPolicyNegativeCachingPolicy>, IBufferMessage, IMessage

Specify CDN TTLs for response error codes.

Inheritance

Object > BackendServiceCdnPolicyNegativeCachingPolicy

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

BackendServiceCdnPolicyNegativeCachingPolicy()

public BackendServiceCdnPolicyNegativeCachingPolicy()

BackendServiceCdnPolicyNegativeCachingPolicy(BackendServiceCdnPolicyNegativeCachingPolicy)

public BackendServiceCdnPolicyNegativeCachingPolicy(BackendServiceCdnPolicyNegativeCachingPolicy other)
Parameter
NameDescription
otherBackendServiceCdnPolicyNegativeCachingPolicy

Properties

Code

public int Code { get; set; }

The HTTP status code to define a TTL against. Only HTTP status codes 300, 301, 302, 307, 308, 404, 405, 410, 421, 451 and 501 are can be specified as values, and you cannot specify a status code more than once.

Property Value
TypeDescription
Int32

HasCode

public bool HasCode { get; }

Gets whether the "code" field is set

Property Value
TypeDescription
Boolean

HasTtl

public bool HasTtl { get; }

Gets whether the "ttl" field is set

Property Value
TypeDescription
Boolean

Ttl

public int Ttl { get; set; }

The TTL (in seconds) for which to cache responses with the corresponding status code. The maximum allowed value is 1800s (30 minutes), noting that infrequently accessed objects may be evicted from the cache before the defined TTL.

Property Value
TypeDescription
Int32