Class: Ansible::Ruby::Modules::Netapp_e_storagepool

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

Overview

Create or remove disk groups and disk pools for NetApp E-series storage arrays.

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

#criteria_drive_countObject?

Returns The number of disks to use for building the storage pool. The pool will be expanded if this number exceeds the number of disks already in place.

Returns:

  • (Object, nil)

    The number of disks to use for building the storage pool. The pool will be expanded if this number exceeds the number of disks already in place



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

attribute :criteria_drive_count

#criteria_drive_interface_type:sas, ...

Returns The interface type to use when selecting drives for the storage pool (no value means all interface types will be considered).

Returns:

  • (:sas, :sas4k, :fibre, :fibre520b, :scsi, :sata, :pata, nil)

    The interface type to use when selecting drives for the storage pool (no value means all interface types will be considered)



37
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storagepool.rb', line 37

attribute :criteria_drive_interface_type

#criteria_drive_min_sizeObject?

Returns The minimum individual drive size (in size_unit) to consider when choosing drives for the storage pool.

Returns:

  • (Object, nil)

    The minimum individual drive size (in size_unit) to consider when choosing drives for the storage pool.



31
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storagepool.rb', line 31

attribute :criteria_drive_min_size

#criteria_drive_require_fdeObject?

Returns Whether full disk encryption ability is required for drives to be added to the storage pool.

Returns:

  • (Object, nil)

    Whether full disk encryption ability is required for drives to be added to the storage pool



41
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storagepool.rb', line 41

attribute :criteria_drive_require_fde

#criteria_drive_type:hdd, ...

Returns The type of disk (hdd or ssd) to use when searching for candidates to use.

Returns:

  • (:hdd, :ssd, nil)

    The type of disk (hdd or ssd) to use when searching for candidates to use.



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

attribute :criteria_drive_type

#criteria_min_usable_capacityObject?

Returns The minimum size of the storage pool (in size_unit). The pool will be expanded if this value exceeds itscurrent size.

Returns:

  • (Object, nil)

    The minimum size of the storage pool (in size_unit). The pool will be expanded if this value exceeds itscurrent size.



34
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storagepool.rb', line 34

attribute :criteria_min_usable_capacity

#criteria_size_unit:bytes, ...

Returns The unit used to interpret size parameters.

Returns:

  • (:bytes, :b, :kb, :mb, :gb, :tb, :pb, :eb, :zb, :yb, nil)

    The unit used to interpret size parameters



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

attribute :criteria_size_unit

#erase_secured_drivesSymbol?

Returns Whether to erase secured disks before adding to storage pool.

Returns:

  • (Symbol, nil)

    Whether to erase secured disks before adding to storage pool



48
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storagepool.rb', line 48

attribute :erase_secured_drives

#nameString

Returns The name of the storage pool to manage.

Returns:

  • (String)

    The name of the storage pool to manage



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

attribute :name

#raid_level:raidAll, ...

Returns Only required when the requested state is ‘present’. The RAID level of the storage pool to be created.

Returns:

  • (:raidAll, :raid0, :raid1, :raid3, :raid5, :raid6, :raidDiskPool)

    Only required when the requested state is ‘present’. The RAID level of the storage pool to be created.



44
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storagepool.rb', line 44

attribute :raid_level

#remove_volumesBoolean?

Returns Prior to removing a storage pool, delete all volumes in the pool.

Returns:

  • (Boolean, nil)

    Prior to removing a storage pool, delete all volumes in the pool.



59
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storagepool.rb', line 59

attribute :remove_volumes

#reserve_drive_countObject?

Returns Set the number of drives reserved by the storage pool for reconstruction operations. Only valide on raid disk pools.

Returns:

  • (Object, nil)

    Set the number of drives reserved by the storage pool for reconstruction operations. Only valide on raid disk pools.



56
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storagepool.rb', line 56

attribute :reserve_drive_count

#secure_poolSymbol?

Returns Whether to convert to a secure storage pool. Will only work if all drives in the pool are security capable.

Returns:

  • (Symbol, nil)

    Whether to convert to a secure storage pool. Will only work if all drives in the pool are security capable.



52
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storagepool.rb', line 52

attribute :secure_pool

#state:present, :absent

Returns Whether the specified storage pool should exist or not.,Note that removing a storage pool currently requires the removal of all defined volumes first.

Returns:

  • (:present, :absent)

    Whether the specified storage pool should exist or not.,Note that removing a storage pool currently requires the removal of all defined volumes first.



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

attribute :state