Class: Ansible::Ruby::Modules::Nxos_pim_interface

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

Overview

Manages PIM interface configuration settings.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#border:yes, ...

Returns Configures interface to be a boundary of a PIM domain.

Returns:

  • (:yes, :no, nil)

    Configures interface to be a boundary of a PIM domain.



47
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_pim_interface.rb', line 47

attribute :border

#dr_prioInteger?

Returns Configures priority for PIM DR election on interface.

Returns:

  • (Integer, nil)

    Configures priority for PIM DR election on interface.



20
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_pim_interface.rb', line 20

attribute :dr_prio

#hello_auth_keyObject?

Returns Authentication for hellos on this interface.

Returns:

  • (Object, nil)

    Authentication for hellos on this interface.



24
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_pim_interface.rb', line 24

attribute :hello_auth_key

#hello_intervalSymbol?

Returns Hello interval in milliseconds for this interface.

Returns:

  • (Symbol, nil)

    Hello interval in milliseconds for this interface.



27
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_pim_interface.rb', line 27

attribute :hello_interval

#interfaceString

Returns Full name of the interface such as Ethernet1/33.

Returns:

  • (String)

    Full name of the interface such as Ethernet1/33.



12
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_pim_interface.rb', line 12

attribute :interface

#jp_policy_inString?

Returns Policy for join-prune messages (inbound).

Returns:

  • (String, nil)

    Policy for join-prune messages (inbound).



35
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_pim_interface.rb', line 35

attribute :jp_policy_in

#jp_policy_outString?

Returns Policy for join-prune messages (outbound).

Returns:

  • (String, nil)

    Policy for join-prune messages (outbound).



31
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_pim_interface.rb', line 31

attribute :jp_policy_out

#jp_type_in:prefix, ...

Returns Type of policy mapped to C(jp_policy_in).

Returns:

  • (:prefix, :routemap, nil)

    Type of policy mapped to C(jp_policy_in).



43
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_pim_interface.rb', line 43

attribute :jp_type_in

#jp_type_out:prefix, ...

Returns Type of policy mapped to C(jp_policy_out).

Returns:

  • (:prefix, :routemap, nil)

    Type of policy mapped to C(jp_policy_out).



39
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_pim_interface.rb', line 39

attribute :jp_type_out

#neighbor_policyObject?

Returns Configures a neighbor policy for filtering adjacencies.

Returns:

  • (Object, nil)

    Configures a neighbor policy for filtering adjacencies.



51
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_pim_interface.rb', line 51

attribute :neighbor_policy

#neighbor_type:prefix, ...

Returns Type of policy mapped to neighbor_policy.

Returns:

  • (:prefix, :routemap, nil)

    Type of policy mapped to neighbor_policy.



54
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_pim_interface.rb', line 54

attribute :neighbor_type

#sparse:yes, ...

Returns Enable/disable sparse-mode on the interface.

Returns:

  • (:yes, :no, nil)

    Enable/disable sparse-mode on the interface.



16
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_pim_interface.rb', line 16

attribute :sparse

#state:present, ...

Returns Manages desired state of the resource.

Returns:

  • (:present, :default, nil)

    Manages desired state of the resource.



58
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_pim_interface.rb', line 58

attribute :state