Class: Ansible::Ruby::Modules::Aix_lvol

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/system/aix_lvol.rb

Overview

This module creates, removes or resizes AIX logical volumes. Inspired by lvol module.

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

#copiesString?



28
# File 'lib/ansible/ruby/modules/generated/system/aix_lvol.rb', line 28

attribute :copies

#lvString



16
# File 'lib/ansible/ruby/modules/generated/system/aix_lvol.rb', line 16

attribute :lv

#lv_typeString?



20
# File 'lib/ansible/ruby/modules/generated/system/aix_lvol.rb', line 20

attribute :lv_type

#optsString?



40
# File 'lib/ansible/ruby/modules/generated/system/aix_lvol.rb', line 40

attribute :opts

#policy:maximum, ...



32
# File 'lib/ansible/ruby/modules/generated/system/aix_lvol.rb', line 32

attribute :policy

#pvsArray<String>, ...



44
# File 'lib/ansible/ruby/modules/generated/system/aix_lvol.rb', line 44

attribute :pvs

#sizeString?



24
# File 'lib/ansible/ruby/modules/generated/system/aix_lvol.rb', line 24

attribute :size

#state:absent, ...



36
# File 'lib/ansible/ruby/modules/generated/system/aix_lvol.rb', line 36

attribute :state

#vgString



12
# File 'lib/ansible/ruby/modules/generated/system/aix_lvol.rb', line 12

attribute :vg