Class: Ansible::Ruby::Modules::Ipadm_addr

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

Overview

Create/delete static/dynamic IP addresses on network interfaces on Solaris/illumos systems. Up/down static/dynamic IP addresses on network interfaces on Solaris/illumos systems. Manage IPv6 link-local addresses on network interfaces 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

#addressObject?

Returns Specifiies an IP address to configure in CIDR notation.

Returns:

  • (Object, nil)

    Specifiies an IP address to configure in CIDR notation.



14
# File 'lib/ansible/ruby/modules/generated/network/illumos/ipadm_addr.rb', line 14

attribute :address

#addrobjString

Returns Specifies an unique IP address on the system.

Returns:

  • (String)

    Specifies an unique IP address on the system.



21
# File 'lib/ansible/ruby/modules/generated/network/illumos/ipadm_addr.rb', line 21

attribute :addrobj

#addrtype:static, ...

Returns Specifiies a type of IP address to configure.

Returns:

  • (:static, :dhcp, :addrconf, nil)

    Specifiies a type of IP address to configure.



17
# File 'lib/ansible/ruby/modules/generated/network/illumos/ipadm_addr.rb', line 17

attribute :addrtype

#state:absent, ...

Returns Create/delete/enable/disable an IP address on the network interface.

Returns:

  • (:absent, :present, :up, :down, :enabled, :disabled, :refreshed, nil)

    Create/delete/enable/disable an IP address on the network interface.



33
# File 'lib/ansible/ruby/modules/generated/network/illumos/ipadm_addr.rb', line 33

attribute :state

#temporaryBoolean?

Returns Specifies that the configured IP address is temporary. Temporary IP addresses do not persist across reboots.

Returns:

  • (Boolean, nil)

    Specifies that the configured IP address is temporary. Temporary IP addresses do not persist across reboots.



25
# File 'lib/ansible/ruby/modules/generated/network/illumos/ipadm_addr.rb', line 25

attribute :temporary

#waitInteger?

Returns Specifies the time in seconds we wait for obtaining address via DHCP.

Returns:

  • (Integer, nil)

    Specifies the time in seconds we wait for obtaining address via DHCP.



29
# File 'lib/ansible/ruby/modules/generated/network/illumos/ipadm_addr.rb', line 29

attribute :wait