Class: Ansible::Ruby::Modules::Bigmon_chain

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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_tokenObject?

Returns Bigmon access token. If this isn’t set, the environment variable C(BIGSWITCH_ACCESS_TOKEN) is used.

Returns:

  • (Object, nil)

    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

#controllerString

Returns The controller IP address.

Returns:

  • (String)

    The controller IP address.



20
# File 'lib/ansible/ruby/modules/generated/network/bigswitch/bigmon_chain.rb', line 20

attribute :controller

#nameString

Returns The name of the chain.

Returns:

  • (String)

    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.

Returns:

  • (:present, :absent, nil)

    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_certsBoolean?

Returns If C(false), SSL certificates will not be validated. This should only be used on personally controlled devices using self-signed certificates.

Returns:

  • (Boolean, nil)

    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