Skip to content

Commit

Permalink
change environment alter method to accept vrf information
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Vinicius G. Cesario committed Sep 15, 2015
1 parent 85f31cc commit f6c143a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion networkapiclient/Ambiente.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,8 @@ def alterar(
min_num_vlan_1=None,
max_num_vlan_1=None,
min_num_vlan_2=None,
max_num_vlan_2=None):
max_num_vlan_2=None,
vrf=None):
"""Altera os dados de um ambiente a partir do seu identificador.
:param id_ambiente: Identificador do ambiente.
Expand Down

0 comments on commit f6c143a

Please sign in to comment.