Class: Ansible::Ruby::Modules::Gcp_compute_backend_bucket

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_backend_bucket.rb

Overview

Backend buckets allow you to use Google Cloud Storage buckets with HTTP(S) load balancing. An HTTP(S) load balancer can direct traffic to specified URLs to a backend bucket rather than a backend service. It can send requests for static content to a Cloud Storage bucket and requests for dynamic content a virtual machine instance.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#bucket_nameString



17
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_backend_bucket.rb', line 17

attribute :bucket_name

#descriptionString?



21
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_backend_bucket.rb', line 21

attribute :description

#enable_cdnSymbol?



25
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_backend_bucket.rb', line 25

attribute :enable_cdn

#nameString



29
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_backend_bucket.rb', line 29

attribute :name

#state:present, ...



13
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_backend_bucket.rb', line 13

attribute :state