Class: Ansible::Ruby::Modules::Ce_interface_ospf
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ce_interface_ospf
- Defined in:
- lib/ansible/ruby/modules/generated/network/cloudengine/ce_interface_ospf.rb
Overview
Manages configuration of an OSPF interface instanceon HUAWEI CloudEngine switches.
Instance Method Summary collapse
-
#area ⇒ Object
Ospf area associated with this ospf process.
-
#auth_key_id ⇒ Object?
Authentication key id when C(auth_mode) is ‘hmac-sha256’, ‘md5’ or ‘hmac-md5.
-
#auth_mode ⇒ :none, ...
Specifies the authentication type.
-
#auth_text_md5 ⇒ Object?
Specifies a password for MD5, HMAC-MD5, or HMAC-SHA256 authentication.
-
#auth_text_simple ⇒ Object?
Specifies a password for simple authentication.
-
#cost ⇒ Object?
The cost associated with this interface.
-
#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 ⇒ Object
Full name of interface, i.e.
-
#process_id ⇒ Object
Specifies a process ID.
-
#silent_interface ⇒ :yes, ...
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 ⇒ Object
20 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_interface_ospf.rb', line 20 attribute :area |
#auth_key_id ⇒ Object?
44 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_interface_ospf.rb', line 44 attribute :auth_key_id |
#auth_mode ⇒ :none, ...
37 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_interface_ospf.rb', line 37 attribute :auth_mode |
#auth_text_md5 ⇒ Object?
47 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_interface_ospf.rb', line 47 attribute :auth_text_md5 |
#auth_text_simple ⇒ Object?
41 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_interface_ospf.rb', line 41 attribute :auth_text_simple |
#cost ⇒ Object?
24 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_interface_ospf.rb', line 24 attribute :cost |
#dead_interval ⇒ Object?
30 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_interface_ospf.rb', line 30 attribute :dead_interval |
#hello_interval ⇒ Object?
27 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_interface_ospf.rb', line 27 attribute :hello_interval |
#interface ⇒ Object
12 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_interface_ospf.rb', line 12 attribute :interface |
#process_id ⇒ Object
16 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_interface_ospf.rb', line 16 attribute :process_id |
#silent_interface ⇒ :yes, ...
33 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_interface_ospf.rb', line 33 attribute :silent_interface |
#state ⇒ :present, ...
50 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_interface_ospf.rb', line 50 attribute :state |