Class: Ansible::Ruby::Modules::Aci_vrf

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/aci/aci_vrf.rb

Overview

Manage contexts or VRFs on Cisco ACI fabrics. Each context is a private network associated to a tenant, i.e. VRF.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#descriptionObject?

Returns The description for the VRF.

Returns:

  • (Object, nil)

    The description for the VRF.



29
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_vrf.rb', line 29

attribute :description

#policy_control_direction:egress, ...

Returns Determines if the policy should be enforced by the fabric on ingress or egress.

Returns:

  • (:egress, :ingress, nil)

    Determines if the policy should be enforced by the fabric on ingress or egress.



21
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_vrf.rb', line 21

attribute :policy_control_direction

#policy_control_preference:enforced, ...

Returns Determines if the fabric should enforce contract policies to allow routing and packet forwarding.

Returns:

  • (:enforced, :unenforced, nil)

    Determines if the fabric should enforce contract policies to allow routing and packet forwarding.



25
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_vrf.rb', line 25

attribute :policy_control_preference

#state:absent, ...

Returns Use C(present) or C(absent) for adding or removing.,Use C(query) for listing an object or multiple objects.

Returns:

  • (:absent, :present, :query, nil)

    Use C(present) or C(absent) for adding or removing.,Use C(query) for listing an object or multiple objects.



32
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_vrf.rb', line 32

attribute :state

#tenantString?

Returns The name of the Tenant the VRF should belong to.

Returns:

  • (String, nil)

    The name of the Tenant the VRF should belong to.



13
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_vrf.rb', line 13

attribute :tenant

#vrfString?

Returns The name of the VRF.

Returns:

  • (String, nil)

    The name of the VRF.



17
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_vrf.rb', line 17

attribute :vrf