SoftLayer.firewall

Firewall Manager/helpers

copyright:
  1. 2013, SoftLayer Technologies, Inc. All rights reserved.
license:

MIT, see LICENSE for more details.

class SoftLayer.managers.firewall.FirewallManager(client)[source]

Manages firewalls.

Parameters:client (SoftLayer.API.Client) – the API client instance
client = None

A valid SoftLayer.API.Client object that will be used for all actions.

get_firewalls()[source]

Returns a list of all firewalls on the account.

Returns:A list of firewalls on the current account.
SoftLayer.managers.firewall.has_firewall(vlan)[source]

Helper to determine whether or not a VLAN has a firewall.

Parameters:vlan (dict) – A dictionary representing a VLAN
Returns:True if the VLAN has a firewall, false if it doesn’t.
Read the Docs v: v3.0.2
Versions
latest
v3.0.2
v3.0.1
v3.0.0
v2.3.1
v2.3.0
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.