class PaloAlto::XML::Config::Devices::Entry::Template::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 189183
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 189180
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 189332
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 189336
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 189328
def name
        prop_get('@name')
end
protocol() click to toggle source
# File lib/palo_alto/config.rb, line 189295
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 189340
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 189344
def remote=(val)
        prop_set('remote', val)
end