class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Tunnel__5::Ipsec::Entry::ManualKey
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 295930 def _section :'manual-key' end
ah()
click to toggle source
# File lib/palo_alto/config.rb, line 296401 def ah @subclasses['ah'] ||= Ah.new(parent_instance: self, create_children: @create_children) end
esp()
click to toggle source
# File lib/palo_alto/config.rb, line 296254 def esp @subclasses['esp'] ||= Esp.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 295927 def has_multiple_values? false end
local_address()
click to toggle source
# File lib/palo_alto/config.rb, line 296032 def local_address @subclasses['local-address'] ||= LocalAddress.new(parent_instance: self, create_children: @create_children) end
local_spi()
click to toggle source
Outbound SPI, hex format xxxxxxxx. range 00001000 to 1FFFFFFF
# File lib/palo_alto/config.rb, line 296417 def local_spi prop_get('local-spi') end
local_spi=(val)
click to toggle source
Outbound SPI, hex format xxxxxxxx. range 00001000 to 1FFFFFFF
# File lib/palo_alto/config.rb, line 296421 def local_spi=(val) prop_set('local-spi', val) end
peer_address()
click to toggle source
# File lib/palo_alto/config.rb, line 295954 def peer_address @subclasses['peer-address'] ||= PeerAddress.new(parent_instance: self, create_children: @create_children) end
remote_spi()
click to toggle source
Inbound SPI, hex format xxxxxxxx.
# File lib/palo_alto/config.rb, line 296425 def remote_spi prop_get('remote-spi') end
remote_spi=(val)
click to toggle source
Inbound SPI, hex format xxxxxxxx.
# File lib/palo_alto/config.rb, line 296429 def remote_spi=(val) prop_set('remote-spi', val) end