Class: Ansible::Ruby::Modules::Bigmon_chain
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigmon_chain
- Defined in:
- lib/ansible/ruby/modules/generated/network/bigswitch/bigmon_chain.rb
Overview
Create and remove a bigmon inline service chain.
Instance Method Summary collapse
-
#access_token ⇒ Object?
Bigmon access token.
-
#controller ⇒ String
The controller IP address.
-
#name ⇒ String
The name of the chain.
-
#state ⇒ :present, ...
Whether the service chain should be present or absent.
-
#validate_certs ⇒ Boolean?
If C(false), SSL certificates will not be validated.
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
#access_token ⇒ Object?
Returns Bigmon access token. If this isn’t set, the environment variable C(BIGSWITCH_ACCESS_TOKEN) is used.
28 |
# File 'lib/ansible/ruby/modules/generated/network/bigswitch/bigmon_chain.rb', line 28 attribute :access_token |
#controller ⇒ String
Returns The controller IP address.
20 |
# File 'lib/ansible/ruby/modules/generated/network/bigswitch/bigmon_chain.rb', line 20 attribute :controller |
#name ⇒ String
Returns The name of the chain.
12 |
# File 'lib/ansible/ruby/modules/generated/network/bigswitch/bigmon_chain.rb', line 12 attribute :name |
#state ⇒ :present, ...
Returns Whether the service chain should be present or absent.
16 |
# File 'lib/ansible/ruby/modules/generated/network/bigswitch/bigmon_chain.rb', line 16 attribute :state |
#validate_certs ⇒ Boolean?
Returns If C(false), SSL certificates will not be validated. This should only be used on personally controlled devices using self-signed certificates.
24 |
# File 'lib/ansible/ruby/modules/generated/network/bigswitch/bigmon_chain.rb', line 24 attribute :validate_certs |