class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Shared::AdminRole::Entry::Role::Device::Webui::Network

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 252648
def _section
        :'network'
end
dhcp() click to toggle source
# File lib/palo_alto/config.rb, line 253103
def dhcp
        prop_get('dhcp')
end
dhcp=(val) click to toggle source
# File lib/palo_alto/config.rb, line 253106
def dhcp=(val)
        prop_set('dhcp', val)
end
dns_proxy() click to toggle source
# File lib/palo_alto/config.rb, line 253109
def dns_proxy
        prop_get('dns-proxy')
end
dns_proxy=(val) click to toggle source
# File lib/palo_alto/config.rb, line 253112
def dns_proxy=(val)
        prop_set('dns-proxy', val)
end
global_protect__11() click to toggle source
# File lib/palo_alto/config.rb, line 252781
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 253097
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 253100
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 252645
def has_multiple_values?
        false
end
interfaces() click to toggle source
# File lib/palo_alto/config.rb, line 253061
def interfaces
        prop_get('interfaces')
end
interfaces=(val) click to toggle source
# File lib/palo_alto/config.rb, line 253064
def interfaces=(val)
        prop_set('interfaces', val)
end
ipsec_tunnels__7() click to toggle source
# File lib/palo_alto/config.rb, line 253091
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 253094
def ipsec_tunnels__7=(val)
        prop_set('ipsec-tunnels__7', val)
end
lldp() click to toggle source
# File lib/palo_alto/config.rb, line 253121
def lldp
        prop_get('lldp')
end
lldp=(val) click to toggle source
# File lib/palo_alto/config.rb, line 253124
def lldp=(val)
        prop_set('lldp', val)
end
network_profiles() click to toggle source
# File lib/palo_alto/config.rb, line 252955
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 253115
def qos
        prop_get('qos')
end
qos=(val) click to toggle source
# File lib/palo_alto/config.rb, line 253118
def qos=(val)
        prop_set('qos', val)
end
routing() click to toggle source
# File lib/palo_alto/config.rb, line 252699
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 253127
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 253130
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 253085
def virtual_routers
        prop_get('virtual-routers')
end
virtual_routers=(val) click to toggle source
# File lib/palo_alto/config.rb, line 253088
def virtual_routers=(val)
        prop_set('virtual-routers', val)
end
virtual_wires() click to toggle source
# File lib/palo_alto/config.rb, line 253079
def virtual_wires
        prop_get('virtual-wires')
end
virtual_wires=(val) click to toggle source
# File lib/palo_alto/config.rb, line 253082
def virtual_wires=(val)
        prop_set('virtual-wires', val)
end
vlans() click to toggle source
# File lib/palo_alto/config.rb, line 253073
def vlans
        prop_get('vlans')
end
vlans=(val) click to toggle source
# File lib/palo_alto/config.rb, line 253076
def vlans=(val)
        prop_set('vlans', val)
end
zones() click to toggle source
# File lib/palo_alto/config.rb, line 253067
def zones
        prop_get('zones')
end
zones=(val) click to toggle source
# File lib/palo_alto/config.rb, line 253070
def zones=(val)
        prop_set('zones', val)
end