Class: Google::Cloud::Compute::V1::BackendBucket
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::BackendBucket
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Represents a Cloud Storage Bucket resource. This Cloud Storage bucket resource is referenced by a URL map of a load balancer. For more information, read Backend Buckets.
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Cloud Storage bucket name.
-
#cdn_policy ⇒ ::Google::Cloud::Compute::V1::BackendBucketCdnPolicy
Cloud CDN configuration for this BackendBucket.
-
#creation_timestamp ⇒ ::String
[Output Only] Creation timestamp in RFC3339 text format.
-
#custom_response_headers ⇒ ::Array<::String>
Headers that the HTTP/S load balancer should add to proxied responses.
-
#description ⇒ ::String
An optional textual description of the resource; provided by the client when the resource is created.
-
#edge_security_policy ⇒ ::String
[Output Only] The resource URL for the edge security policy associated with this backend bucket.
-
#enable_cdn ⇒ ::Boolean
If true, enable Cloud CDN for this BackendBucket.
-
#id ⇒ ::Integer
[Output Only] Unique identifier for the resource; defined by the server.
-
#kind ⇒ ::String
Type of the resource.
-
#name ⇒ ::String
Name of the resource.
-
#self_link ⇒ ::String
[Output Only] Server-defined URL for the resource.
Instance Attribute Details
#bucket_name ⇒ ::String
2606 2607 2608 2609 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2606 class BackendBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cdn_policy ⇒ ::Google::Cloud::Compute::V1::BackendBucketCdnPolicy
2606 2607 2608 2609 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2606 class BackendBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#creation_timestamp ⇒ ::String
2606 2607 2608 2609 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2606 class BackendBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#custom_response_headers ⇒ ::Array<::String>
2606 2607 2608 2609 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2606 class BackendBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
2606 2607 2608 2609 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2606 class BackendBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#edge_security_policy ⇒ ::String
2606 2607 2608 2609 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2606 class BackendBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_cdn ⇒ ::Boolean
2606 2607 2608 2609 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2606 class BackendBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::Integer
2606 2607 2608 2609 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2606 class BackendBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
2606 2607 2608 2609 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2606 class BackendBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
2606 2607 2608 2609 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2606 class BackendBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#self_link ⇒ ::String
2606 2607 2608 2609 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2606 class BackendBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |