Class: Ansible::Ruby::Modules::Bigip_profile_client_ssl
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_profile_client_ssl
- Defined in:
- lib/ansible/ruby/modules/generated/network/f5/bigip_profile_client_ssl.rb
Overview
Manages client SSL profiles on a BIG-IP.
Instance Method Summary collapse
-
#allow_non_ssl ⇒ Symbol?
Enables or disables acceptance of non-SSL connections.,When creating a new profile, the setting is provided by the parent profile.
-
#cert_key_chain ⇒ Array<Hash>, ...
One or more certificates and keys to associate with the SSL profile.
-
#ciphers ⇒ String?
Specifies the list of ciphers that the system supports.
-
#name ⇒ String
Specifies the name of the profile.
-
#options ⇒ :"netscape-reuse-cipher-change-bug", ...
Options that the system uses for SSL processing in the form of a list.
-
#parent ⇒ String?
The parent template of this monitor template.
-
#partition ⇒ String?
Device partition to manage resources on.
-
#secure_renegotiation ⇒ :require, ...
Specifies the method of secure renegotiations for SSL connections.
-
#state ⇒ :present, ...
When C(present), ensures that the profile exists.,When C(absent), ensures the profile is removed.
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
#allow_non_ssl ⇒ Symbol?
40 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_profile_client_ssl.rb', line 40 attribute :allow_non_ssl |
#cert_key_chain ⇒ Array<Hash>, ...
24 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_profile_client_ssl.rb', line 24 attribute :cert_key_chain |
#ciphers ⇒ String?
20 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_profile_client_ssl.rb', line 20 attribute :ciphers |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_profile_client_ssl.rb', line 12 attribute :name |
#options ⇒ :"netscape-reuse-cipher-change-bug", ...
32 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_profile_client_ssl.rb', line 32 attribute :options |
#parent ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_profile_client_ssl.rb', line 16 attribute :parent |
#partition ⇒ String?
28 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_profile_client_ssl.rb', line 28 attribute :partition |
#secure_renegotiation ⇒ :require, ...
36 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_profile_client_ssl.rb', line 36 attribute :secure_renegotiation |
#state ⇒ :present, ...
44 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_profile_client_ssl.rb', line 44 attribute :state |