We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba97f7 commit 6372aa2Copy full SHA for 6372aa2
SoftLayer/managers/network.py
@@ -437,16 +437,6 @@ def get_vlan(self, vlan_id):
437
"""
438
return self.vlan.getObject(id=vlan_id, mask=DEFAULT_GET_VLAN_MASK)
439
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
450
def list_global_ips(self, version=None, identifier=None, **kwargs):
451
"""Returns a list of all global IP address records on the account.
452
0 commit comments