Class: Ansible::Ruby::Modules::Ipadm_prop

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

Overview

Modify protocol 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

#propertyString

Returns Specifies the name of property we want to manage.

Returns:

  • (String)

    Specifies the name of property we want to manage.



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

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.



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

attribute :protocol

#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/ipadm_prop.rb', line 28

attribute :state

#temporarySymbol?

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

Returns:

  • (Symbol, nil)

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



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

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.



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

attribute :value