Class: Ansible::Ruby::Modules::Na_ontap_motd
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Na_ontap_motd
- 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
-
#message ⇒ String?
MOTD Text message, required when C(state=present).
-
#show_cluster_motd ⇒ Boolean?
Set to I(false) if Cluster-level Message of the Day should not be shown.
-
#state ⇒ :present, ...
If C(state=present) sets MOTD given in I(message) C(state=absent) removes it.
-
#vserver ⇒ String
The name of the SVM motd should be set for.
Methods inherited from Base
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
#message ⇒ String?
Returns 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_motd ⇒ Boolean?
Returns 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.
12 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_motd.rb', line 12 attribute :state |
#vserver ⇒ String
Returns 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 |