Class: Ansible::Ruby::Modules::Ipadm_ifprop

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

Overview

Modify IP interface 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

#interfaceString

Returns Specifies the IP interface we want to manage.

Returns:

  • (String)

    Specifies the IP interface we want to manage.



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

attribute :interface

#propertyString

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

Returns:

  • (String)

    Specifies the name of the property we want to manage.



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

attribute :property

#protocolString

Returns Specifies the procotol for which we want to manage properties.

Returns:

  • (String)

    Specifies the procotol for which we want to manage properties.



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

attribute :protocol

#state:present, ...

Returns Set or reset the property value.

Returns:

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

    Set or reset the property value.



32
# File 'lib/ansible/ruby/modules/generated/network/illumos/ipadm_ifprop.rb', line 32

attribute :state

#temporaryBoolean?

Returns Specifies that the property value is temporary. Temporary property values do not persist across reboots.

Returns:

  • (Boolean, nil)

    Specifies that the property value is temporary. Temporary property values do not persist across reboots.



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

attribute :temporary

#valueString?

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

Returns:

  • (String, nil)

    Specifies the value we want to set for the property.



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

attribute :value