Class: Ansible::Ruby::Modules::Nxos_ospf

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

Overview

Manages configuration of an ospf instance.

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

#ospfInteger

Returns Name of the ospf instance.

Returns:

  • (Integer)

    Name of the ospf instance.



12
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_ospf.rb', line 12

attribute :ospf

#state:present, ...

Returns Determines whether the config should be present or not on the device.

Returns:

  • (:present, :absent, nil)

    Determines whether the config should be present or not on the device.



16
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_ospf.rb', line 16

attribute :state