Class: Ansible::Ruby::Modules::Nxos_interface_ospf
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nxos_interface_ospf
- Defined in:
- lib/ansible/ruby/modules/generated/network/nxos/nxos_interface_ospf.rb
Overview
Manages configuration of an OSPF interface instance.
Instance Method Summary collapse
-
#area ⇒ Integer
Ospf area associated with this cisco_interface_ospf instance.
-
#cost ⇒ String?
The cost associated with this cisco_interface_ospf instance.
-
#dead_interval ⇒ Object?
Time interval an ospf neighbor waits for a hello packet before tearing down adjacencies.
-
#hello_interval ⇒ Object?
Time between sending successive hello packets.
-
#interface ⇒ String
Name of this cisco_interface resource.
-
#message_digest ⇒ Symbol?
Enables or disables the usage of message digest authentication.
-
#message_digest_algorithm_type ⇒ :md5, ...
Algorithm used for authentication among neighboring routers within an area.
-
#message_digest_encryption_type ⇒ :cisco_type_7, ...
Specifies the scheme used for encrypting message_digest_password.
-
#message_digest_key_id ⇒ Object?
Md5 authentication key-id associated with the ospf instance.
-
#message_digest_password ⇒ Object?
Specifies the message_digest password.
-
#ospf ⇒ Integer
Name of the ospf instance.
-
#passive_interface ⇒ Symbol?
Setting to true will prevent this interface from receiving HELLO packets.
-
#state ⇒ :present, ...
Determines whether the config should be present or not on the device.
Methods inherited from Base
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
#area ⇒ Integer
20 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_interface_ospf.rb', line 20 attribute :area |
#cost ⇒ String?
24 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_interface_ospf.rb', line 24 attribute :cost |
#dead_interval ⇒ Object?
31 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_interface_ospf.rb', line 31 attribute :dead_interval |
#hello_interval ⇒ Object?
28 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_interface_ospf.rb', line 28 attribute :hello_interval |
#interface ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_interface_ospf.rb', line 12 attribute :interface |
#message_digest ⇒ Symbol?
38 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_interface_ospf.rb', line 38 attribute :message_digest |
#message_digest_algorithm_type ⇒ :md5, ...
45 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_interface_ospf.rb', line 45 attribute :message_digest_algorithm_type |
#message_digest_encryption_type ⇒ :cisco_type_7, ...
49 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_interface_ospf.rb', line 49 attribute :message_digest_encryption_type |
#message_digest_key_id ⇒ Object?
42 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_interface_ospf.rb', line 42 attribute :message_digest_key_id |
#message_digest_password ⇒ Object?
53 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_interface_ospf.rb', line 53 attribute :message_digest_password |
#ospf ⇒ Integer
16 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_interface_ospf.rb', line 16 attribute :ospf |
#passive_interface ⇒ Symbol?
34 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_interface_ospf.rb', line 34 attribute :passive_interface |
#state ⇒ :present, ...
56 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_interface_ospf.rb', line 56 attribute :state |