Class: Ansible::Ruby::Modules::Na_cdot_qtree

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

Overview

Create or destroy Qtrees.

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

#flexvol_nameString?

Returns The name of the FlexVol the Qtree should exist on. Required when C(state=present).

Returns:

  • (String, nil)

    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

#nameString

Returns The name of the Qtree to manage.

Returns:

  • (String)

    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.

Returns:

  • (:present, :absent)

    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

#vserverString

Returns The name of the vserver to use.

Returns:

  • (String)

    The name of the vserver to use.



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

attribute :vserver