Skip to content

Commit 6372aa2

Browse files
committed
#1480 remove duplicated method added on network manager
1 parent cba97f7 commit 6372aa2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

SoftLayer/managers/network.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -437,16 +437,6 @@ def get_vlan(self, vlan_id):
437437
"""
438438
return self.vlan.getObject(id=vlan_id, mask=DEFAULT_GET_VLAN_MASK)
439439

440-
def get_network_gateway_firewall(self, vlan_id):
441-
"""Returns information about a single VLAN.
442-
443-
:param int id: The unique identifier for the VLAN
444-
:returns: A dictionary containing a large amount of information about
445-
the specified VLAN.
446-
447-
"""
448-
return self.vlan.getObject(id=vlan_id, mask=DEFAULT_GET_VLAN_MASK)
449-
450440
def list_global_ips(self, version=None, identifier=None, **kwargs):
451441
"""Returns a list of all global IP address records on the account.
452442

0 commit comments

Comments
 (0)