Class: Ansible::Ruby::Modules::Gcp_compute_target_ssl_proxy
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Gcp_compute_target_ssl_proxy
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_target_ssl_proxy.rb
Overview
Represents a TargetSslProxy resource, which is used by one or more global forwarding rule to route incoming SSL requests to a backend service.
Instance Method Summary collapse
-
#description ⇒ String?
An optional description of this resource.
-
#name ⇒ String
Name of the resource.
-
#proxy_header ⇒ :NONE, ...
Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1.
-
#service ⇒ Object
A reference to the BackendService 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.
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 ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_target_ssl_proxy.rb', line 16 attribute :description |
#name ⇒ String
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_target_ssl_proxy.rb', line 20 attribute :name |
#proxy_header ⇒ :NONE, ...
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_target_ssl_proxy.rb', line 24 attribute :proxy_header |
#service ⇒ Object
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_target_ssl_proxy.rb', line 28 attribute :service |
#ssl_certificates ⇒ Object
32 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_target_ssl_proxy.rb', line 32 attribute :ssl_certificates |
#state ⇒ :present, ...
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_target_ssl_proxy.rb', line 12 attribute :state |