Class: Ansible::Ruby::Modules::Aci_interface_policy_lldp

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/aci/aci_intf_policy_lldp.rb,
lib/ansible/ruby/modules/generated/network/aci/aci_interface_policy_lldp.rb

Overview

Manage LLDP interface policies on Cisco ACI fabrics.

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

#descriptionString?

Returns The description for the LLDP interface policy name.

Returns:

  • (String, nil)

    The description for the LLDP interface policy name.



16
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_intf_policy_lldp.rb', line 16

attribute :description

#lldp_policyString

Returns The LLDP interface policy name.

Returns:

  • (String)

    The LLDP interface policy name.



12
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_intf_policy_lldp.rb', line 12

attribute :lldp_policy

#receive_stateSymbol?

Returns Enable or disable Receive state.,The APIC defaults to C(yes) when unset during creation.

Returns:

  • (Symbol, nil)

    Enable or disable Receive state.,The APIC defaults to C(yes) when unset during creation.



20
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_intf_policy_lldp.rb', line 20

attribute :receive_state

#state:absent, ...

Returns Use C(present) or C(absent) for adding or removing.,Use C(query) for listing an object or multiple objects.

Returns:

  • (:absent, :present, :query, nil)

    Use C(present) or C(absent) for adding or removing.,Use C(query) for listing an object or multiple objects.



28
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_intf_policy_lldp.rb', line 28

attribute :state

#transmit_stateSymbol?

Returns Enable or Disable Transmit state.,The APIC defaults to C(yes) when unset during creation.

Returns:

  • (Symbol, nil)

    Enable or Disable Transmit state.,The APIC defaults to C(yes) when unset during creation.



24
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_intf_policy_lldp.rb', line 24

attribute :transmit_state