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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 209884
def _section
        :'import'
end
dns_proxy() click to toggle source

Dns proxy object to use for resolving fqdns

# File lib/palo_alto/config.rb, line 209945
def dns_proxy
        prop_get('dns-proxy')
end
dns_proxy=(val) click to toggle source

Dns proxy object to use for resolving fqdns

# File lib/palo_alto/config.rb, line 209949
def dns_proxy=(val)
        prop_set('dns-proxy', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 209881
def has_multiple_values?
        false
end
network() click to toggle source
# File lib/palo_alto/config.rb, line 209934
def network
        @subclasses['network'] ||= Network.new(parent_instance: self, create_children: @create_children)
end