Class: Ansible::Ruby::Modules::Onyx_pfc_interface

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/onyx/onyx_pfc_interface.rb

Overview

This module provides declarative management of priority flow control (PFC) on interfaces of Mellanox ONYX network devices.

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

#aggregateObject?

Returns List of interfaces PFC should be configured on.

Returns:

  • (Object, nil)

    List of interfaces PFC should be configured on.



16
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_pfc_interface.rb', line 16

attribute :aggregate

#nameString?

Returns Name of the interface PFC should be configured on.

Returns:

  • (String, nil)

    Name of the interface PFC should be configured on.



12
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_pfc_interface.rb', line 12

attribute :name

#purgeSymbol?

Returns Purge interfaces not defined in the aggregate parameter.

Returns:

  • (Symbol, nil)

    Purge interfaces not defined in the aggregate parameter.



19
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_pfc_interface.rb', line 19

attribute :purge

#state:enabled, ...

Returns State of the PFC configuration.

Returns:

  • (:enabled, :disabled, nil)

    State of the PFC configuration.



23
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_pfc_interface.rb', line 23

attribute :state