class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Tunnel__5::Ipsec::Entry::AutoKey::ProxyId::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 188992 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 188989 def has_multiple_values? false end
local()
click to toggle source
IP subnet or IP address represents local network
# File lib/palo_alto/config.rb, line 189141 def local prop_get('local') end
local=(val)
click to toggle source
IP subnet or IP address represents local network
# File lib/palo_alto/config.rb, line 189145 def local=(val) prop_set('local', val) end
name()
click to toggle source
alphanumeric string begin with letter: [0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 189137 def name prop_get('@name') end
protocol()
click to toggle source
# File lib/palo_alto/config.rb, line 189104 def protocol if @create_children @subclasses['protocol'] ||= Protocol.new(parent_instance: self, create_children: @create_children) else Protocol.new(parent_instance: self) end end
remote()
click to toggle source
IP subnet or IP address represents remote network
# File lib/palo_alto/config.rb, line 189149 def remote prop_get('remote') end
remote=(val)
click to toggle source
IP subnet or IP address represents remote network
# File lib/palo_alto/config.rb, line 189153 def remote=(val) prop_set('remote', val) end