Class: Ansible::Ruby::Modules::Ce_netstream_aging
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ce_netstream_aging
- Defined in:
- lib/ansible/ruby/modules/generated/network/cloudengine/ce_netstream_aging.rb
Overview
Manages timeout mode of NetStream on HUAWEI CloudEngine switches.
Instance Method Summary collapse
-
#manual_slot ⇒ Object?
Specifies the slot number of netstream manual timeout.
-
#state ⇒ :present, ...
Specify desired state of the resource.
-
#timeout_interval ⇒ Integer?
Netstream timeout interval.
-
#timeout_type ⇒ :active, ...
Netstream timeout type.
-
#type ⇒ :ip, ...
Specifies the packet type of netstream timeout active interval.
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
#manual_slot ⇒ Object?
28 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_netstream_aging.rb', line 28 attribute :manual_slot |
#state ⇒ :present, ...
20 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_netstream_aging.rb', line 20 attribute :state |
#timeout_interval ⇒ Integer?
12 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_netstream_aging.rb', line 12 attribute :timeout_interval |
#timeout_type ⇒ :active, ...
24 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_netstream_aging.rb', line 24 attribute :timeout_type |
#type ⇒ :ip, ...
16 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_netstream_aging.rb', line 16 attribute :type |