Class: Ansible::Ruby::Modules::Na_ontap_motd

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

Overview

This module allows you to manipulate motd on cDOT

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

#messageString?

Returns MOTD Text message, required when C(state=present).

Returns:

  • (String, nil)

    MOTD Text message, required when C(state=present).



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

attribute :message

#show_cluster_motdBoolean?

Returns Set to I(false) if Cluster-level Message of the Day should not be shown.

Returns:

  • (Boolean, nil)

    Set to I(false) if Cluster-level Message of the Day should not be shown



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

attribute :show_cluster_motd

#state:present, ...

Returns If C(state=present) sets MOTD given in I(message) C(state=absent) removes it.

Returns:

  • (:present, :absent, nil)

    If C(state=present) sets MOTD given in I(message) C(state=absent) removes it.



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

attribute :state

#vserverString

Returns The name of the SVM motd should be set for.

Returns:

  • (String)

    The name of the SVM motd should be set for.



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

attribute :vserver