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, fix_inclusion, #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?
Returns Specifies the slot number of netstream manual timeout.
28 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_netstream_aging.rb', line 28 attribute :manual_slot |
#state ⇒ :present, ...
Returns Specify desired state of the resource.
20 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_netstream_aging.rb', line 20 attribute :state |
#timeout_interval ⇒ Integer?
Returns Netstream timeout interval. If is active type the interval is 1-60. If is inactive ,the interval is 5-600.
12 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_netstream_aging.rb', line 12 attribute :timeout_interval |
#timeout_type ⇒ :active, ...
Returns Netstream timeout type.
24 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_netstream_aging.rb', line 24 attribute :timeout_type |
#type ⇒ :ip, ...
Returns Specifies the packet type of netstream timeout active interval.
16 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_netstream_aging.rb', line 16 attribute :type |