class PaloAlto::XML::Config::Devices::Entry::Template::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 189390
def _section
        :'manual-key'
end
ah() click to toggle source
# File lib/palo_alto/config.rb, line 189861
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 189714
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 189387
def has_multiple_values?
        false
end
local_address() click to toggle source
# File lib/palo_alto/config.rb, line 189492
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 189877
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 189881
def local_spi=(val)
        prop_set('local-spi', val)
end
peer_address() click to toggle source
# File lib/palo_alto/config.rb, line 189414
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 189885
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 189889
def remote_spi=(val)
        prop_set('remote-spi', val)
end