Class: Ansible::Ruby::Modules::Eos_vrf

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

Overview

This module provides declarative management of VRFs on Arista EOS 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

#aggregateArray<Hash>, ...

Returns List of VRFs definitions.

Returns:

  • (Array<Hash>, Hash, nil)

    List of VRFs definitions



27
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_vrf.rb', line 27

attribute :aggregate

#associated_interfacesObject?

Returns This is a intent option and checks the operational state of the for given vrf C(name) for associated interfaces. If the value in the C(associated_interfaces) does not match with the operational state of vrf interfaces on device it will result in failure.

Returns:

  • (Object, nil)

    This is a intent option and checks the operational state of the for given vrf C(name) for associated interfaces. If the value in the C(associated_interfaces) does not match with the operational state of vrf interfaces on device it will result in failure.



24
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_vrf.rb', line 24

attribute :associated_interfaces

#delayInteger?

Returns Time in seconds to wait before checking for the operational state on remote device. This wait is applicable for operational state arguments.

Returns:

  • (Integer, nil)

    Time in seconds to wait before checking for the operational state on remote device. This wait is applicable for operational state arguments.



35
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_vrf.rb', line 35

attribute :delay

#interfacesArray<String>, ...

Returns Identifies the set of interfaces that should be configured in the VRF. Interfaces must be routed interfaces in order to be placed into a VRF. The name of interface should be in expanded format and not abbreviated.

Returns:

  • (Array<String>, String, nil)

    Identifies the set of interfaces that should be configured in the VRF. Interfaces must be routed interfaces in order to be placed into a VRF. The name of interface should be in expanded format and not abbreviated.



20
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_vrf.rb', line 20

attribute :interfaces

#nameString

Returns Name of the VRF.

Returns:

  • (String)

    Name of the VRF.



12
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_vrf.rb', line 12

attribute :name

#purgeBoolean?

Returns Purge VRFs not defined in the I(aggregate) parameter.

Returns:

  • (Boolean, nil)

    Purge VRFs not defined in the I(aggregate) parameter.



31
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_vrf.rb', line 31

attribute :purge

#rdString?

Returns Route distinguisher of the VRF.

Returns:

  • (String, nil)

    Route distinguisher of the VRF



16
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_vrf.rb', line 16

attribute :rd

#state:present, ...

Returns State of the VRF configuration.

Returns:

  • (:present, :absent, nil)

    State of the VRF configuration.



39
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_vrf.rb', line 39

attribute :state