Class: Ansible::Ruby::Modules::Nxos_vrf_interface

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

Overview

Manages interface specific VRF configuration

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

#interfaceString

Returns Full name of interface to be managed, i.e. Ethernet1/1.

Returns:

  • (String)

    Full name of interface to be managed, i.e. Ethernet1/1



15
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrf_interface.rb', line 15

attribute :interface

#state:present, ...

Returns Manages desired state of the resource.

Returns:

  • (:present, :absent, nil)

    Manages desired state of the resource



19
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrf_interface.rb', line 19

attribute :state

#vrfString

Returns Name of VRF to be managed.

Returns:

  • (String)

    Name of VRF to be managed



11
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrf_interface.rb', line 11

attribute :vrf