Class: Ansible::Ruby::Modules::Ce_netconf
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ce_netconf
- Defined in:
- lib/ansible/ruby/modules/generated/network/cloudengine/ce_netconf.rb
Overview
Sends an arbitrary netconf command on HUAWEI CloudEngine switches.
Instance Method Summary collapse
-
#cfg_xml ⇒ Object
The config xml string.
-
#rpc ⇒ :get, ...
The type of rpc.
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
#cfg_xml ⇒ Object
Returns The config xml string.
16 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_netconf.rb', line 16 attribute :cfg_xml |
#rpc ⇒ :get, ...
Returns The type of rpc.
12 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_netconf.rb', line 12 attribute :rpc |