Class: Google::Cloud::Compute::V1::BackendBucketCdnPolicyNegativeCachingPolicy
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::BackendBucketCdnPolicyNegativeCachingPolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Specify CDN TTLs for response error codes.
Instance Attribute Summary collapse
-
#code ⇒ ::Integer
The HTTP status code to define a TTL against.
-
#ttl ⇒ ::Integer
The TTL (in seconds) for which to cache responses with the corresponding status code.
Instance Attribute Details
#code ⇒ ::Integer
2699 2700 2701 2702 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2699 class BackendBucketCdnPolicyNegativeCachingPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ttl ⇒ ::Integer
2699 2700 2701 2702 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2699 class BackendBucketCdnPolicyNegativeCachingPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |