Class: Ansible::Ruby::Modules::Dladm_iptun

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

Overview

Manage IP tunnel 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, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#local_addressString?

Returns Literat IP address or hostname corresponding to the tunnel source.

Returns:

  • (String, nil)

    Literat IP address or hostname corresponding to the tunnel source.



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

attribute :local_address

#nameString

Returns IP tunnel interface name.

Returns:

  • (String)

    IP tunnel interface name.



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

attribute :name

#remote_addressString?

Returns Literal IP address or hostname corresponding to the tunnel destination.

Returns:

  • (String, nil)

    Literal IP address or hostname corresponding to the tunnel destination.



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

attribute :remote_address

#state:present, ...

Returns Create or delete Solaris/illumos VNIC.

Returns:

  • (:present, :absent, nil)

    Create or delete Solaris/illumos VNIC.



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

attribute :state

#temporaryBoolean?

Returns Specifies that the IP tunnel interface is temporary. Temporary IP tunnel interfaces do not persist across reboots.

Returns:

  • (Boolean, nil)

    Specifies that the IP tunnel interface is temporary. Temporary IP tunnel interfaces do not persist across reboots.



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

attribute :temporary

#type:ipv4, ...

Returns Specifies the type of tunnel to be created.

Returns:

  • (:ipv4, :ipv6, :"6to4", nil)

    Specifies the type of tunnel to be created.



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

attribute :type