Class: Ansible::Ruby::Modules::Infini_fs

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

Overview

This module creates, deletes or modifies filesystems on Infinibox.

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 File system name.

Returns:

  • (String)

    File system name.



12
# File 'lib/ansible/ruby/modules/generated/storage/infinidat/infini_fs.rb', line 12

attribute :name

#poolString

Returns Pool that will host file system.

Returns:

  • (String)

    Pool that will host file system.



24
# File 'lib/ansible/ruby/modules/generated/storage/infinidat/infini_fs.rb', line 24

attribute :pool

#sizeString?

Returns File system size in MB, GB or TB units. See examples.

Returns:

  • (String, nil)

    File system size in MB, GB or TB units. See examples.



20
# File 'lib/ansible/ruby/modules/generated/storage/infinidat/infini_fs.rb', line 20

attribute :size

#state:present, ...

Returns Creates/Modifies file system when present or removes when absent.

Returns:

  • (:present, :absent, nil)

    Creates/Modifies file system when present or removes when absent.



16
# File 'lib/ansible/ruby/modules/generated/storage/infinidat/infini_fs.rb', line 16

attribute :state