Class: Ansible::Ruby::Modules::Xattr

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/files/xattr.rb

Overview

Manages filesystem user defined extended attributes, requires that they are enabled on the target filesystem and that the setfattr/getfattr utilities are present.

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

#follow:yes, ...



32
# File 'lib/ansible/ruby/modules/generated/files/xattr.rb', line 32

attribute :follow

#keyString?



20
# File 'lib/ansible/ruby/modules/generated/files/xattr.rb', line 20

attribute :key

#namespaceString?



16
# File 'lib/ansible/ruby/modules/generated/files/xattr.rb', line 16

attribute :namespace

#pathString



12
# File 'lib/ansible/ruby/modules/generated/files/xattr.rb', line 12

attribute :path

#state:absent, ...



28
# File 'lib/ansible/ruby/modules/generated/files/xattr.rb', line 28

attribute :state

#valueString?



24
# File 'lib/ansible/ruby/modules/generated/files/xattr.rb', line 24

attribute :value