Class: Ansible::Ruby::Modules::Ce_netstream_template
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ce_netstream_template
- Defined in:
- lib/ansible/ruby/modules/generated/network/cloudengine/ce_netstream_template.rb
Overview
Manages NetStream template configuration on HUAWEI CloudEngine switches.
Instance Method Summary collapse
-
#collect_counter ⇒ :bytes, ...
Configure the number of packets and bytes that are included in the flexible flow statistics sent to NSC.
-
#collect_interface ⇒ :input, ...
Configure the input or output interface that are included in the flexible flow statistics sent to NSC.
-
#description ⇒ Object?
Configure the description of netstream record.
-
#match ⇒ :"destination-address", ...
Configure flexible flow statistics template keywords.
-
#record_name ⇒ Object?
Configure the name of netstream record.
-
#state ⇒ :present, ...
Specify desired state of the resource.
-
#type ⇒ :ip, :vxlan
Configure the type of netstream record.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#collect_counter ⇒ :bytes, ...
Returns Configure the number of packets and bytes that are included in the flexible flow statistics sent to NSC.
27 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_netstream_template.rb', line 27 attribute :collect_counter |
#collect_interface ⇒ :input, ...
Returns Configure the input or output interface that are included in the flexible flow statistics sent to NSC.
31 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_netstream_template.rb', line 31 attribute :collect_interface |
#description ⇒ Object?
Returns Configure the description of netstream record. The value is a string of 1 to 80 case-insensitive characters.
35 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_netstream_template.rb', line 35 attribute :description |
#match ⇒ :"destination-address", ...
Returns Configure flexible flow statistics template keywords.
23 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_netstream_template.rb', line 23 attribute :match |
#record_name ⇒ Object?
Returns Configure the name of netstream record. The value is a string of 1 to 32 case-insensitive characters.
20 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_netstream_template.rb', line 20 attribute :record_name |
#state ⇒ :present, ...
Returns Specify desired state of the resource.
12 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_netstream_template.rb', line 12 attribute :state |
#type ⇒ :ip, :vxlan
Returns Configure the type of netstream record.
16 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_netstream_template.rb', line 16 attribute :type |