class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Tunnel__5::Ipsec::Entry::AutoKey::ProxyIdV6::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 295721
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 295718
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 295872
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 295876
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 295868
def name
        prop_get('@name')
end
protocol() click to toggle source
# File lib/palo_alto/config.rb, line 295833
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 295880
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 295884
def remote=(val)
        prop_set('remote', val)
end