Class: Ansible::Ruby::Modules::Na_cdot_svm

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

Overview

Create or destroy svm on NetApp cDOT

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

#nameString

Returns The name of the SVM to manage.

Returns:

  • (String)

    The name of the SVM to manage.



16
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_cdot_svm.rb', line 16

attribute :name

#root_volumeString?

Returns Root volume of the SVM. Required when C(state=present).

Returns:

  • (String, nil)

    Root volume of the SVM. Required when C(state=present).



20
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_cdot_svm.rb', line 20

attribute :root_volume

#root_volume_aggregateString?

Returns The aggregate on which the root volume will be created.,Required when C(state=present).

Returns:

  • (String, nil)

    The aggregate on which the root volume will be created.,Required when C(state=present).



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

attribute :root_volume_aggregate

#root_volume_security_style:unix, ...

Returns Security Style of the root volume.,When specified as part of the vserver-create, this field represents the security style for the Vserver root volume.,When specified as part of vserver-get-iter call, this will return the list of matching Vservers.,Possible values are ‘unix’, ‘ntfs’, ‘mixed’.,The ‘unified’ security style, which applies only to Infinite Volumes, cannot be applied to a Vserver’s root volume.,Valid options are “unix” for NFS, “ntfs” for CIFS, “mixed” for Mixed, “unified” for Unified.,Required when C(state=present).

Returns:

  • (:unix, :ntfs, :mixed, :unified, nil)

    Security Style of the root volume.,When specified as part of the vserver-create, this field represents the security style for the Vserver root volume.,When specified as part of vserver-get-iter call, this will return the list of matching Vservers.,Possible values are ‘unix’, ‘ntfs’, ‘mixed’.,The ‘unified’ security style, which applies only to Infinite Volumes, cannot be applied to a Vserver’s root volume.,Valid options are “unix” for NFS, “ntfs” for CIFS, “mixed” for Mixed, “unified” for Unified.,Required when C(state=present)



28
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_cdot_svm.rb', line 28

attribute :root_volume_security_style

#state:present, :absent

Returns Whether the specified SVM should exist or not.

Returns:

  • (:present, :absent)

    Whether the specified SVM should exist or not.



12
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_cdot_svm.rb', line 12

attribute :state