Class: Ansible::Ruby::Modules::Nxos_vrf_interface
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nxos_vrf_interface
- Defined in:
- lib/ansible/ruby/modules/generated/network/nxos/nxos_vrf_interface.rb
Overview
Manages interface specific VRF configuration.
Instance Method Summary collapse
-
#interface ⇒ String
Full name of interface to be managed, i.e.
-
#state ⇒ :present, ...
Manages desired state of the resource.
-
#vrf ⇒ String
Name of VRF to be managed.
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
#interface ⇒ String
Returns Full name of interface to be managed, i.e. Ethernet1/1.
16 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vrf_interface.rb', line 16 attribute :interface |
#state ⇒ :present, ...
Returns Manages desired state of the resource.
20 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vrf_interface.rb', line 20 attribute :state |
#vrf ⇒ String
Returns Name of VRF to be managed.
12 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vrf_interface.rb', line 12 attribute :vrf |