Class: Ansible::Ruby::Modules::Gcp_compute_target_http_proxy
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Gcp_compute_target_http_proxy
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_target_http_proxy.rb
Overview
Represents a TargetHttpProxy resource, which is used by one or more global forwarding rule to route incoming HTTP requests to a URL map.
Instance Method Summary collapse
-
#description ⇒ Object?
An optional description of this resource.
-
#name ⇒ String
Name of the resource.
-
#state ⇒ :present, ...
Whether the given object should exist in GCP.
-
#url_map ⇒ String
A reference to the UrlMap resource that defines the mapping from URL to the BackendService.
Methods inherited from Base
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
#description ⇒ Object?
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_target_http_proxy.rb', line 16 attribute :description |
#name ⇒ String
19 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_target_http_proxy.rb', line 19 attribute :name |
#state ⇒ :present, ...
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_target_http_proxy.rb', line 12 attribute :state |
#url_map ⇒ String
23 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_target_http_proxy.rb', line 23 attribute :url_map |