Class: Ansible::Ruby::Modules::Nxos_vrf

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

Overview

Manages global 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

#admin_state:up, ...

Returns Administrative state of the VRF.

Returns:

  • (:up, :down, nil)

    Administrative state of the VRF



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

attribute :admin_state

#descriptionObject?

Returns Description of the VRF.

Returns:

  • (Object, nil)

    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.

Returns:

  • (:present, :absent, nil)

    Manages desired state of the resource



19
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrf.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.rb', line 11

attribute :vrf