class Softlayer::Network::Firewall::Module::Context::Interface
Constants
- SERVICE
Attributes
firewall_context_access_control_list_count[RW]
firewall_context_access_control_lists[RW]
id[RW]
name[RW]
network_vlan[RW]
Public Instance Methods
get_firewall_context_access_control_lists()
click to toggle source
# File lib/softlayer/network/firewall/module/context/interface.rb, line 14 def get_firewall_context_access_control_lists request(:get_firewall_context_access_control_lists, Array[Softlayer::Network::Firewall::AccessControlList]) end
get_network_vlan()
click to toggle source
# File lib/softlayer/network/firewall/module/context/interface.rb, line 18 def get_network_vlan request(:get_network_vlan, Softlayer::Network::Vlan) end
get_object()
click to toggle source
# File lib/softlayer/network/firewall/module/context/interface.rb, line 22 def get_object request(:get_object, Softlayer::Network::Firewall::Module::Context::Interface) end