Class: Ansible::Ruby::Modules::Dladm_etherstub

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

Overview

Create or delete etherstubs 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

#nameString

Returns Etherstub name.

Returns:

  • (String)

    Etherstub name.



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

attribute :name

#state:present, ...

Returns Create or delete Solaris/illumos etherstub.

Returns:

  • (:present, :absent, nil)

    Create or delete Solaris/illumos etherstub.



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

attribute :state

#temporarySymbol?

Returns Specifies that the etherstub is temporary. Temporary etherstubs do not persist across reboots.

Returns:

  • (Symbol, nil)

    Specifies that the etherstub is temporary. Temporary etherstubs do not persist across reboots.



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

attribute :temporary