Class: Ansible::Ruby::Modules::Na_ontap_autosupport

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_autosupport.rb

Overview

Enable/Disable Autosupport

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

#mail_hostsArray<String>, ...

Returns List of mail server(s) used to deliver AutoSupport messages via SMTP.,Both host names and IP addresses may be used as valid input.

Returns:

  • (Array<String>, String, nil)

    List of mail server(s) used to deliver AutoSupport messages via SMTP.,Both host names and IP addresses may be used as valid input.



32
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_autosupport.rb', line 32

attribute :mail_hosts

#node_nameString

Returns The name fo the filer that owns the AutoSupport Configuration.

Returns:

  • (String)

    The name fo the filer that owns the AutoSupport Configuration.



16
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_autosupport.rb', line 16

attribute :node_name

#notetoArray<String>, ...

Returns Specifies up to five recipients of full AutoSupport e-mail messages.

Returns:

  • (Array<String>, String, nil)

    Specifies up to five recipients of full AutoSupport e-mail messages.



24
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_autosupport.rb', line 24

attribute :noteto

#post_urlString?

Returns The URL used to deliver AutoSupport messages via HTTP POST.

Returns:

  • (String, nil)

    The URL used to deliver AutoSupport messages via HTTP POST



28
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_autosupport.rb', line 28

attribute :post_url

#state:present, ...

Returns Specifies whether the AutoSupport daemon is present or absent.,When this setting is absent, delivery of all AutoSupport messages is turned off.

Returns:

  • (:present, :absent, nil)

    Specifies whether the AutoSupport daemon is present or absent.,When this setting is absent, delivery of all AutoSupport messages is turned off.



12
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_autosupport.rb', line 12

attribute :state

#supportSymbol?

Returns Specifies whether AutoSupport notification to technical support is enabled.

Returns:

  • (Symbol, nil)

    Specifies whether AutoSupport notification to technical support is enabled.



36
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_autosupport.rb', line 36

attribute :support

#transport:http, ...

Returns The name of the transport protocol used to deliver AutoSupport messages.

Returns:

  • (:http, :https, :smtp, nil)

    The name of the transport protocol used to deliver AutoSupport messages



20
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_autosupport.rb', line 20

attribute :transport