Class: Ansible::Ruby::Modules::Na_ontap_qtree
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Na_ontap_qtree
- Defined in:
- lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_qtree.rb
Overview
Create or destroy Qtrees.
Instance Method Summary collapse
-
#flexvol_name ⇒ String?
The name of the FlexVol the qtree should exist on.
-
#from_name ⇒ Object?
Name of the qtree to be renamed.
-
#name ⇒ String
The name of the qtree to manage.
-
#state ⇒ :present, ...
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).
23 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_qtree.rb', line 23 attribute :flexvol_name |
#from_name ⇒ Object?
Returns Name of the qtree to be renamed.
20 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_qtree.rb', line 20 attribute :from_name |
#name ⇒ String
Returns The name of the qtree to manage.
16 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_qtree.rb', line 16 attribute :name |
#state ⇒ :present, ...
Returns Whether the specified qtree should exist or not.
12 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_qtree.rb', line 12 attribute :state |
#vserver ⇒ String
Returns The name of the vserver to use.
27 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_qtree.rb', line 27 attribute :vserver |