Class: Ansible::Ruby::Modules::Gcp_compute_target_https_proxy
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Gcp_compute_target_https_proxy
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_target_https_proxy.rb
Overview
Represents a TargetHttpsProxy resource, which is used by one or more global forwarding rule to route incoming HTTPS requests to a URL map.
Instance Method Summary collapse
-
#description ⇒ String?
An optional description of this resource.
-
#name ⇒ String
Name of the resource.
-
#quic_override ⇒ :NONE, ...
Specifies the QUIC override policy for this resource.
-
#ssl_certificates ⇒ Object
A list of SslCertificate resources that are used to authenticate connections between users and the load balancer.
-
#state ⇒ :present, ...
Whether the given object should exist in GCP.
-
#url_map ⇒ Object
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, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#description ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_target_https_proxy.rb', line 16 attribute :description |
#name ⇒ String
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_target_https_proxy.rb', line 20 attribute :name |
#quic_override ⇒ :NONE, ...
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_target_https_proxy.rb', line 24 attribute :quic_override |
#ssl_certificates ⇒ Object
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_target_https_proxy.rb', line 28 attribute :ssl_certificates |
#state ⇒ :present, ...
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_target_https_proxy.rb', line 12 attribute :state |
#url_map ⇒ Object
32 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_target_https_proxy.rb', line 32 attribute :url_map |