Class: Ansible::Ruby::Modules::Dladm_linkprop

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/illumos/dladm_linkprop.rb

Overview

Set / reset link properties on Solaris/illumos systems.

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

Returns Link interface name.

Returns:

  • (Object)

    Link interface name.



12
# File 'lib/ansible/ruby/modules/generated/network/illumos/dladm_linkprop.rb', line 12

attribute :link

#propertyString

Returns Specifies the name of the property we want to manage.

Returns:

  • (String)

    Specifies the name of the property we want to manage.



16
# File 'lib/ansible/ruby/modules/generated/network/illumos/dladm_linkprop.rb', line 16

attribute :property

#state:present, ...

Returns Set or reset the property value.

Returns:

  • (:present, :absent, :reset, nil)

    Set or reset the property value.



28
# File 'lib/ansible/ruby/modules/generated/network/illumos/dladm_linkprop.rb', line 28

attribute :state

#temporarySymbol?

Returns Specifies that lin property configuration is temporary. Temporary link property configuration does not persist across reboots.

Returns:

  • (Symbol, nil)

    Specifies that lin property configuration is temporary. Temporary link property configuration does not persist across reboots.



24
# File 'lib/ansible/ruby/modules/generated/network/illumos/dladm_linkprop.rb', line 24

attribute :temporary

#valueString?

Returns Specifies the value we want to set for the link property.

Returns:

  • (String, nil)

    Specifies the value we want to set for the link property.



20
# File 'lib/ansible/ruby/modules/generated/network/illumos/dladm_linkprop.rb', line 20

attribute :value