class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::SharedGateway::Entry::Import
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 316484 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 316545 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 316549 def dns_proxy=(val) prop_set('dns-proxy', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 316481 def has_multiple_values? false end
network()
click to toggle source
# File lib/palo_alto/config.rb, line 316534 def network @subclasses['network'] ||= Network.new(parent_instance: self, create_children: @create_children) end