Class: Ansible::Ruby::Modules::Parted

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

Overview

This module allows configuring block device partition using the C(parted) command line tool. For a full description of the fields and the options check the GNU parted manual.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#align:none, ...



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

attribute :align

#deviceString



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

attribute :device

#flagsArray<String>, ...



47
# File 'lib/ansible/ruby/modules/generated/system/parted.rb', line 47

attribute :flags

#label:aix, ...



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

attribute :label

#nameObject?



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

attribute :name

#numberInteger, ...



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

attribute :number

#part_endString?



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

attribute :part_end

#part_startString?



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

attribute :part_start

#part_type:primary, ...



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

attribute :part_type

#state:present, ...



51
# File 'lib/ansible/ruby/modules/generated/system/parted.rb', line 51

attribute :state

#unit:s, ...



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

attribute :unit