class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 171075
def _section
        :'network'
end
dhcp() click to toggle source
# File lib/palo_alto/config.rb, line 209863
def dhcp
        @subclasses['dhcp'] ||= Dhcp.new(parent_instance: self, create_children: @create_children)
end
dns_proxy() click to toggle source
# File lib/palo_alto/config.rb, line 208963
def dns_proxy
        if @create_children
                @subclasses['dns-proxy'] ||= DnsProxy.new(parent_instance: self, create_children: @create_children)
        else
                DnsProxy.new(parent_instance: self)
        end
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 171072
def has_multiple_values?
        false
end
ike__4() click to toggle source
# File lib/palo_alto/config.rb, line 188410
def ike__4
        @subclasses['ike__4'] ||= Ike__4.new(parent_instance: self, create_children: @create_children)
end
interface() click to toggle source
# File lib/palo_alto/config.rb, line 186828
def interface
        @subclasses['interface'] ||= Interface.new(parent_instance: self, create_children: @create_children)
end
lldp() click to toggle source
# File lib/palo_alto/config.rb, line 217867
def lldp
        @subclasses['lldp'] ||= Lldp.new(parent_instance: self, create_children: @create_children)
end
logical_router() click to toggle source
# File lib/palo_alto/config.rb, line 207239
def logical_router
        if @create_children
                @subclasses['logical-router'] ||= LogicalRouter.new(parent_instance: self, create_children: @create_children)
        else
                LogicalRouter.new(parent_instance: self)
        end
end
profiles() click to toggle source
# File lib/palo_alto/config.rb, line 173432
def profiles
        @subclasses['profiles'] ||= Profiles.new(parent_instance: self, create_children: @create_children)
end
qos() click to toggle source
# File lib/palo_alto/config.rb, line 192657
def qos
        @subclasses['qos'] ||= Qos.new(parent_instance: self, create_children: @create_children)
end
routing_profile() click to toggle source
# File lib/palo_alto/config.rb, line 208434
def routing_profile
        @subclasses['routing-profile'] ||= RoutingProfile.new(parent_instance: self, create_children: @create_children)
end
shared_gateway() click to toggle source
# File lib/palo_alto/config.rb, line 217740
def shared_gateway
        if @create_children
                @subclasses['shared-gateway'] ||= SharedGateway.new(parent_instance: self, create_children: @create_children)
        else
                SharedGateway.new(parent_instance: self)
        end
end
spanning_tree() click to toggle source
# File lib/palo_alto/config.rb, line 192921
def spanning_tree
        if @create_children
                @subclasses['spanning-tree'] ||= SpanningTree.new(parent_instance: self, create_children: @create_children)
        else
                SpanningTree.new(parent_instance: self)
        end
end
tunnel__5() click to toggle source
# File lib/palo_alto/config.rb, line 191553
def tunnel__5
        @subclasses['tunnel__5'] ||= Tunnel__5.new(parent_instance: self, create_children: @create_children)
end
underlay_net() click to toggle source
# File lib/palo_alto/config.rb, line 217955
def underlay_net
        @subclasses['underlay-net'] ||= UnderlayNet.new(parent_instance: self, create_children: @create_children)
end
virtual_router() click to toggle source
# File lib/palo_alto/config.rb, line 205250
def virtual_router
        if @create_children
                @subclasses['virtual-router'] ||= VirtualRouter.new(parent_instance: self, create_children: @create_children)
        else
                VirtualRouter.new(parent_instance: self)
        end
end
virtual_wire() click to toggle source
# File lib/palo_alto/config.rb, line 193063
def virtual_wire
        if @create_children
                @subclasses['virtual-wire'] ||= VirtualWire.new(parent_instance: self, create_children: @create_children)
        else
                VirtualWire.new(parent_instance: self)
        end
end
vlan() click to toggle source
# File lib/palo_alto/config.rb, line 191701
def vlan
        if @create_children
                @subclasses['vlan'] ||= Vlan.new(parent_instance: self, create_children: @create_children)
        else
                Vlan.new(parent_instance: self)
        end
end