class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 295528
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 295525
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 295679
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 295683
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 295675
def name
        prop_get('@name')
end
protocol() click to toggle source
# File lib/palo_alto/config.rb, line 295640
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 295687
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 295691
def remote=(val)
        prop_set('remote', val)
end