Class: Ansible::Ruby::Modules::Na_ontap_qtree

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_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).



23
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_qtree.rb', line 23

attribute :flexvol_name

#from_nameObject?

Returns Name of the qtree to be renamed.

Returns:

  • (Object, nil)

    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

#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_ontap_qtree.rb', line 16

attribute :name

#state:present, ...

Returns Whether the specified qtree should exist or not.

Returns:

  • (:present, :absent, nil)

    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

#vserverString

Returns The name of the vserver to use.

Returns:

  • (String)

    The name of the vserver to use.



27
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_qtree.rb', line 27

attribute :vserver