Class: Ansible::Ruby::Modules::Ce_netstream_aging

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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_slotObject?

Returns Specifies the slot number of netstream manual timeout.

Returns:

  • (Object, nil)

    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.

Returns:

  • (:present, :absent, nil)

    Specify desired state of the resource.



20
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_netstream_aging.rb', line 20

attribute :state

#timeout_intervalInteger?

Returns Netstream timeout interval. If is active type the interval is 1-60. If is inactive ,the interval is 5-600.

Returns:

  • (Integer, nil)

    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.

Returns:

  • (:active, :inactive, :"tcp-session", :manual, nil)

    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.

Returns:

  • (:ip, :vxlan, nil)

    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