Class: Ansible::Ruby::Modules::Avi_actiongroupconfig

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

Overview

This module is used to configure ActionGroupConfig 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_script_config_refObject?

Returns Reference of the action script configuration to be used.,It is a reference to an object of type alertscriptconfig.

Returns:

  • (Object, nil)

    Reference of the action script configuration to be used.,It is a reference to an object of type alertscriptconfig.



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

attribute :action_script_config_ref

#autoscale_trigger_notificationSymbol?

Returns Trigger notification to autoscale manager.,Default value when not specified in API or module is interpreted by Avi Controller as False.

Returns:

  • (Symbol, nil)

    Trigger notification to autoscale manager.,Default value when not specified in API or module is interpreted by Avi Controller as False.



28
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_actiongroupconfig.rb', line 28

attribute :autoscale_trigger_notification

#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_actiongroupconfig.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_actiongroupconfig.rb', line 17

attribute :avi_api_update_method

#descriptionObject?

Returns User defined description for the object.

Returns:

  • (Object, nil)

    User defined description for the object.



32
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_actiongroupconfig.rb', line 32

attribute :description

#email_config_refObject?

Returns Select the email notification configuration to use when sending alerts via email.,It is a reference to an object of type alertemailconfig.

Returns:

  • (Object, nil)

    Select the email notification configuration to use when sending alerts via email.,It is a reference to an object of type alertemailconfig.



35
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_actiongroupconfig.rb', line 35

attribute :email_config_ref

#external_onlySymbol

Returns Generate alert only to external destinations.,Default value when not specified in API or module is interpreted by Avi Controller as False.

Returns:

  • (Symbol)

    Generate alert only to external destinations.,Default value when not specified in API or module is interpreted by Avi Controller as False.



38
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_actiongroupconfig.rb', line 38

attribute :external_only

#levelObject

Returns When an alert is generated, mark its priority via the alert level.,Enum options - ALERT_LOW, ALERT_MEDIUM, ALERT_HIGH.,Default value when not specified in API or module is interpreted by Avi Controller as ALERT_LOW.

Returns:

  • (Object)

    When an alert is generated, mark its priority via the alert level.,Enum options - ALERT_LOW, ALERT_MEDIUM, ALERT_HIGH.,Default value when not specified in API or module is interpreted by Avi Controller as ALERT_LOW.



42
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_actiongroupconfig.rb', line 42

attribute :level

#nameString

Returns Name of the object.

Returns:

  • (String)

    Name of the object.



46
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_actiongroupconfig.rb', line 46

attribute :name

#snmp_trap_profile_refObject?

Returns Select the snmp trap notification to use when sending alerts via snmp trap.,It is a reference to an object of type snmptrapprofile.

Returns:

  • (Object, nil)

    Select the snmp trap notification to use when sending alerts via snmp trap.,It is a reference to an object of type snmptrapprofile.



50
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_actiongroupconfig.rb', line 50

attribute :snmp_trap_profile_ref

#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_actiongroupconfig.rb', line 13

attribute :state

#syslog_config_refObject?

Returns Select the syslog notification configuration to use when sending alerts via syslog.,It is a reference to an object of type alertsyslogconfig.

Returns:

  • (Object, nil)

    Select the syslog notification configuration to use when sending alerts via syslog.,It is a reference to an object of type alertsyslogconfig.



53
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_actiongroupconfig.rb', line 53

attribute :syslog_config_ref

#tenant_refObject?

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

Returns:

  • (Object, nil)

    It is a reference to an object of type tenant.



56
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_actiongroupconfig.rb', line 56

attribute :tenant_ref

#urlObject?

Returns Avi controller URL of the object.

Returns:

  • (Object, nil)

    Avi controller URL of the object.



59
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_actiongroupconfig.rb', line 59

attribute :url

#uuidObject?

Returns Unique object identifier of the object.

Returns:

  • (Object, nil)

    Unique object identifier of the object.



62
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_actiongroupconfig.rb', line 62

attribute :uuid