Class: Ansible::Ruby::Modules::Gcp_compute_url_map
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Gcp_compute_url_map
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_url_map.rb
Overview
UrlMaps are used to route requests to a backend service based on rules that you define for the host and path of an incoming URL.
Instance Method Summary collapse
-
#default_service ⇒ String
A reference to BackendService resource if none of the hostRules match.
-
#description ⇒ Object?
An optional description of this resource.
-
#host_rules ⇒ Object?
The list of HostRules to use against the URL.
-
#name ⇒ String?
Name of the resource.
-
#path_matchers ⇒ Object?
The list of named PathMatchers to use against the URL.
-
#state ⇒ :present, ...
Whether the given object should exist in GCP.
-
#tests ⇒ Object?
The list of expected URL mappings.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#default_service ⇒ String
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_url_map.rb', line 16 attribute :default_service |
#description ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_url_map.rb', line 20 attribute :description |
#host_rules ⇒ Object?
23 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_url_map.rb', line 23 attribute :host_rules |
#name ⇒ String?
26 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_url_map.rb', line 26 attribute :name |
#path_matchers ⇒ Object?
30 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_url_map.rb', line 30 attribute :path_matchers |
#state ⇒ :present, ...
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_url_map.rb', line 12 attribute :state |
#tests ⇒ Object?
33 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_url_map.rb', line 33 attribute :tests |