Class: Ansible::Ruby::Modules::Gcp_compute_ssl_policy
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Gcp_compute_ssl_policy
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_ssl_policy.rb
Overview
Represents a SSL policy. SSL policies give you the ability to control the features of SSL that your SSL proxy or HTTPS load balancer negotiates.
Instance Method Summary collapse
-
#custom_features ⇒ Array<String>, ...
A list of features enabled when the selected profile is CUSTOM.
-
#description ⇒ Object?
An optional description of this resource.
-
#min_tls_version ⇒ :TLS_1_0, ...
The minimum version of SSL protocol that can be used by the clients to establish a connection with the load balancer.
-
#name ⇒ String
Name of the resource.
-
#profile ⇒ :COMPATIBLE, ...
Profile specifies the set of SSL features that can be used by the load balancer when negotiating SSL with clients.
-
#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
#custom_features ⇒ Array<String>, ...
31 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_ssl_policy.rb', line 31 attribute :custom_features |
#description ⇒ Object?
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_ssl_policy.rb', line 16 attribute :description |
#min_tls_version ⇒ :TLS_1_0, ...
27 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_ssl_policy.rb', line 27 attribute :min_tls_version |
#name ⇒ String
19 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_ssl_policy.rb', line 19 attribute :name |
#profile ⇒ :COMPATIBLE, ...
23 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_ssl_policy.rb', line 23 attribute :profile |
#state ⇒ :present, ...
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_ssl_policy.rb', line 12 attribute :state |