Class: Ansible::Ruby::Modules::Nxos_vrf
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nxos_vrf
- Defined in:
- lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrf.rb
Overview
Manages global VRF configuration
Instance Method Summary collapse
-
#admin_state ⇒ :up, ...
Administrative state of the VRF.
-
#description ⇒ Object?
Description of the VRF.
-
#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, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#admin_state ⇒ :up, ...
Returns Administrative state of the VRF.
15 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrf.rb', line 15 attribute :admin_state |
#description ⇒ Object?
Returns Description of the VRF.
23 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrf.rb', line 23 attribute :description |
#state ⇒ :present, ...
Returns Manages desired state of the resource.
19 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrf.rb', line 19 attribute :state |
#vrf ⇒ String
Returns Name of VRF to be managed.
11 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrf.rb', line 11 attribute :vrf |