Class: Ansible::Ruby::Modules::Avi_alertscriptconfig

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/avi/avi_alertscriptconfig.rb

Overview

This module is used to configure AlertScriptConfig object more examples at U(github.com/avinetworks/devops)

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

#action_scriptString?

Returns User defined alert action script.,Please refer to kb.avinetworks.com for more information.

Returns:

  • (String, nil)

    User defined alert action script.,Please refer to kb.avinetworks.com for more information.



25
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_alertscriptconfig.rb', line 25

attribute :action_script

#avi_api_patch_op:add, ...

Returns Patch operation to use when using avi_api_update_method as patch.

Returns:

  • (:add, :replace, :delete, nil)

    Patch operation to use when using avi_api_update_method as patch.



21
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_alertscriptconfig.rb', line 21

attribute :avi_api_patch_op

#avi_api_update_method:put, ...

Returns Default method for object update is HTTP PUT.,Setting to patch will override that behavior to use HTTP PATCH.

Returns:

  • (:put, :patch, nil)

    Default method for object update is HTTP PUT.,Setting to patch will override that behavior to use HTTP PATCH.



17
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_alertscriptconfig.rb', line 17

attribute :avi_api_update_method

#nameString

Returns A user-friendly name of the script.

Returns:

  • (String)

    A user-friendly name of the script.



29
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_alertscriptconfig.rb', line 29

attribute :name

#state:absent, ...

Returns The state that should be applied on the entity.

Returns:

  • (:absent, :present, nil)

    The state that should be applied on the entity.



13
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_alertscriptconfig.rb', line 13

attribute :state

#tenant_refString?

Returns It is a reference to an object of type tenant.

Returns:

  • (String, nil)

    It is a reference to an object of type tenant.



33
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_alertscriptconfig.rb', line 33

attribute :tenant_ref

#urlObject?

Returns Avi controller URL of the object.

Returns:

  • (Object, nil)

    Avi controller URL of the object.



37
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_alertscriptconfig.rb', line 37

attribute :url

#uuidObject?

Returns Unique object identifier of the object.

Returns:

  • (Object, nil)

    Unique object identifier of the object.



40
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_alertscriptconfig.rb', line 40

attribute :uuid