Class: Ansible::Ruby::Modules::Aci_interface_policy_lldp
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Aci_interface_policy_lldp
- 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
-
#description ⇒ String?
The description for the LLDP interface policy name.
-
#lldp_policy ⇒ String
The LLDP interface policy name.
-
#receive_state ⇒ Symbol?
Enable or disable Receive state.,The APIC defaults to C(yes) when unset during creation.
-
#state ⇒ :absent, ...
Use C(present) or C(absent) for adding or removing.,Use C(query) for listing an object or multiple objects.
-
#transmit_state ⇒ Symbol?
Enable or Disable Transmit state.,The APIC defaults to C(yes) when unset during creation.
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
#description ⇒ String?
Returns 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_policy ⇒ String
Returns 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_state ⇒ Symbol?
Returns 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.
28 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_intf_policy_lldp.rb', line 28 attribute :state |
#transmit_state ⇒ Symbol?
Returns 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 |