class PaloAlto::XML::Config::Shared::AdminRole::Entry::Role::DeviceGroup::Webui::Network
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 50210 def _section :'network' end
dhcp()
click to toggle source
# File lib/palo_alto/config.rb, line 50665 def dhcp prop_get('dhcp') end
dhcp=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 50668 def dhcp=(val) prop_set('dhcp', val) end
dns_proxy()
click to toggle source
# File lib/palo_alto/config.rb, line 50671 def dns_proxy prop_get('dns-proxy') end
dns_proxy=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 50674 def dns_proxy=(val) prop_set('dns-proxy', val) end
global_protect__11()
click to toggle source
# File lib/palo_alto/config.rb, line 50343 def global_protect__11 @subclasses['global-protect__11'] ||= GlobalProtect__11.new(parent_instance: self, create_children: @create_children) end
gre_tunnels__8()
click to toggle source
# File lib/palo_alto/config.rb, line 50659 def gre_tunnels__8 prop_get('gre-tunnels__8') end
gre_tunnels__8=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 50662 def gre_tunnels__8=(val) prop_set('gre-tunnels__8', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 50207 def has_multiple_values? false end
interfaces()
click to toggle source
# File lib/palo_alto/config.rb, line 50623 def interfaces prop_get('interfaces') end
interfaces=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 50626 def interfaces=(val) prop_set('interfaces', val) end
ipsec_tunnels__7()
click to toggle source
# File lib/palo_alto/config.rb, line 50653 def ipsec_tunnels__7 prop_get('ipsec-tunnels__7') end
ipsec_tunnels__7=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 50656 def ipsec_tunnels__7=(val) prop_set('ipsec-tunnels__7', val) end
lldp()
click to toggle source
# File lib/palo_alto/config.rb, line 50683 def lldp prop_get('lldp') end
lldp=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 50686 def lldp=(val) prop_set('lldp', val) end
network_profiles()
click to toggle source
# File lib/palo_alto/config.rb, line 50517 def network_profiles @subclasses['network-profiles'] ||= NetworkProfiles.new(parent_instance: self, create_children: @create_children) end
qos()
click to toggle source
# File lib/palo_alto/config.rb, line 50677 def qos prop_get('qos') end
qos=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 50680 def qos=(val) prop_set('qos', val) end
routing()
click to toggle source
# File lib/palo_alto/config.rb, line 50261 def routing @subclasses['routing'] ||= Routing.new(parent_instance: self, create_children: @create_children) end
sdwan_interface_profile()
click to toggle source
# File lib/palo_alto/config.rb, line 50689 def sdwan_interface_profile prop_get('sdwan-interface-profile') end
sdwan_interface_profile=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 50692 def sdwan_interface_profile=(val) prop_set('sdwan-interface-profile', val) end
virtual_routers()
click to toggle source
# File lib/palo_alto/config.rb, line 50647 def virtual_routers prop_get('virtual-routers') end
virtual_routers=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 50650 def virtual_routers=(val) prop_set('virtual-routers', val) end
virtual_wires()
click to toggle source
# File lib/palo_alto/config.rb, line 50641 def virtual_wires prop_get('virtual-wires') end
virtual_wires=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 50644 def virtual_wires=(val) prop_set('virtual-wires', val) end
vlans()
click to toggle source
# File lib/palo_alto/config.rb, line 50635 def vlans prop_get('vlans') end
vlans=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 50638 def vlans=(val) prop_set('vlans', val) end
zones()
click to toggle source
# File lib/palo_alto/config.rb, line 50629 def zones prop_get('zones') end
zones=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 50632 def zones=(val) prop_set('zones', val) end