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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 146156
def _section
        :'network'
end
dhcp() click to toggle source
# File lib/palo_alto/config.rb, line 146611
def dhcp
        prop_get('dhcp')
end
dhcp=(val) click to toggle source
# File lib/palo_alto/config.rb, line 146614
def dhcp=(val)
        prop_set('dhcp', val)
end
dns_proxy() click to toggle source
# File lib/palo_alto/config.rb, line 146617
def dns_proxy
        prop_get('dns-proxy')
end
dns_proxy=(val) click to toggle source
# File lib/palo_alto/config.rb, line 146620
def dns_proxy=(val)
        prop_set('dns-proxy', val)
end
global_protect__11() click to toggle source
# File lib/palo_alto/config.rb, line 146289
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 146605
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 146608
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 146153
def has_multiple_values?
        false
end
interfaces() click to toggle source
# File lib/palo_alto/config.rb, line 146569
def interfaces
        prop_get('interfaces')
end
interfaces=(val) click to toggle source
# File lib/palo_alto/config.rb, line 146572
def interfaces=(val)
        prop_set('interfaces', val)
end
ipsec_tunnels__7() click to toggle source
# File lib/palo_alto/config.rb, line 146599
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 146602
def ipsec_tunnels__7=(val)
        prop_set('ipsec-tunnels__7', val)
end
lldp() click to toggle source
# File lib/palo_alto/config.rb, line 146629
def lldp
        prop_get('lldp')
end
lldp=(val) click to toggle source
# File lib/palo_alto/config.rb, line 146632
def lldp=(val)
        prop_set('lldp', val)
end
network_profiles() click to toggle source
# File lib/palo_alto/config.rb, line 146463
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 146623
def qos
        prop_get('qos')
end
qos=(val) click to toggle source
# File lib/palo_alto/config.rb, line 146626
def qos=(val)
        prop_set('qos', val)
end
routing() click to toggle source
# File lib/palo_alto/config.rb, line 146207
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 146635
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 146638
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 146593
def virtual_routers
        prop_get('virtual-routers')
end
virtual_routers=(val) click to toggle source
# File lib/palo_alto/config.rb, line 146596
def virtual_routers=(val)
        prop_set('virtual-routers', val)
end
virtual_wires() click to toggle source
# File lib/palo_alto/config.rb, line 146587
def virtual_wires
        prop_get('virtual-wires')
end
virtual_wires=(val) click to toggle source
# File lib/palo_alto/config.rb, line 146590
def virtual_wires=(val)
        prop_set('virtual-wires', val)
end
vlans() click to toggle source
# File lib/palo_alto/config.rb, line 146581
def vlans
        prop_get('vlans')
end
vlans=(val) click to toggle source
# File lib/palo_alto/config.rb, line 146584
def vlans=(val)
        prop_set('vlans', val)
end
zones() click to toggle source
# File lib/palo_alto/config.rb, line 146575
def zones
        prop_get('zones')
end
zones=(val) click to toggle source
# File lib/palo_alto/config.rb, line 146578
def zones=(val)
        prop_set('zones', val)
end