class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospfv3::AuthProfile::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 304563 def _section :'entry' end
ah()
click to toggle source
# File lib/palo_alto/config.rb, line 304927 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 304780 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 304560 def has_multiple_values? false end
name()
click to toggle source
# File lib/palo_alto/config.rb, line 304940 def name prop_get('@name') end
spi()
click to toggle source
SPI for both inbound and outbound SA, hex format xxxxxxxx.
# File lib/palo_alto/config.rb, line 304944 def spi prop_get('spi') end
spi=(val)
click to toggle source
SPI for both inbound and outbound SA, hex format xxxxxxxx.
# File lib/palo_alto/config.rb, line 304948 def spi=(val) prop_set('spi', val) end