Class: Ansible::Ruby::Modules::Na_cdot_qtree
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Na_cdot_qtree
- Defined in:
- lib/ansible/ruby/modules/generated/storage/netapp/na_cdot_qtree.rb
Overview
Create or destroy Qtrees.
Instance Method Summary collapse
-
#flexvol_name ⇒ String?
The name of the FlexVol the Qtree should exist on.
-
#name ⇒ String
The name of the Qtree to manage.
-
#state ⇒ :present, :absent
Whether the specified Qtree should exist or not.
-
#vserver ⇒ String
The name of the vserver to use.
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
#flexvol_name ⇒ String?
Returns The name of the FlexVol the Qtree should exist on. Required when C(state=present).
20 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_cdot_qtree.rb', line 20 attribute :flexvol_name |
#name ⇒ String
Returns The name of the Qtree to manage.
16 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_cdot_qtree.rb', line 16 attribute :name |
#state ⇒ :present, :absent
Returns Whether the specified Qtree should exist or not.
12 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_cdot_qtree.rb', line 12 attribute :state |
#vserver ⇒ String
Returns The name of the vserver to use.
24 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_cdot_qtree.rb', line 24 attribute :vserver |