class PaloAlto::XML::Config::Devices::Entry::Template::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 198002
def _section
        :'entry'
end
ah() click to toggle source
# File lib/palo_alto/config.rb, line 198366
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 198219
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 197999
def has_multiple_values?
        false
end
name() click to toggle source
# File lib/palo_alto/config.rb, line 198379
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 198383
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 198387
def spi=(val)
        prop_set('spi', val)
end