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
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, #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.
14 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrf.rb', line 14 attribute :admin_state |
#description ⇒ Object?
Returns Description of the VRF.
22 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrf.rb', line 22 attribute :description |
#state ⇒ :present, ...
Returns Manages desired state of the resource.
18 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrf.rb', line 18 attribute :state |
#vrf ⇒ String
Returns Name of VRF to be managed.
10 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrf.rb', line 10 attribute :vrf |