class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Tunnel__5::Gre::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 188557
def _section
        :'entry'
end
copy_tos() click to toggle source

Copy IP TOS bits from inner packet to GRE packet

# File lib/palo_alto/config.rb, line 188787
def copy_tos
        prop_get('copy-tos')
end
copy_tos=(val) click to toggle source

Copy IP TOS bits from inner packet to GRE packet

# File lib/palo_alto/config.rb, line 188791
def copy_tos=(val)
        prop_set('copy-tos', val)
end
disabled() click to toggle source

Disable the GRE tunnel

# File lib/palo_alto/config.rb, line 188779
def disabled
        prop_get('disabled')
end
disabled=(val) click to toggle source

Disable the GRE tunnel

# File lib/palo_alto/config.rb, line 188783
def disabled=(val)
        prop_set('disabled', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 188554
def has_multiple_values?
        false
end
keep_alive() click to toggle source
# File lib/palo_alto/config.rb, line 188735
def keep_alive
        @subclasses['keep-alive'] ||= KeepAlive.new(parent_instance: self, create_children: @create_children)
end
local_address() click to toggle source
# File lib/palo_alto/config.rb, line 188635
def local_address
        @subclasses['local-address'] ||= LocalAddress.new(parent_instance: self, create_children: @create_children)
end
name() click to toggle source

alphanumeric string begin with letter: [0-9a-zA-Z._-]

# File lib/palo_alto/config.rb, line 188775
def name
        prop_get('@name')
end
peer_address() click to toggle source
# File lib/palo_alto/config.rb, line 188662
def peer_address
        @subclasses['peer-address'] ||= PeerAddress.new(parent_instance: self, create_children: @create_children)
end
ttl() click to toggle source

TTL

# File lib/palo_alto/config.rb, line 188795
def ttl
        prop_get('ttl')
end
ttl=(val) click to toggle source

TTL

# File lib/palo_alto/config.rb, line 188799
def ttl=(val)
        prop_set('ttl', val)
end
tunnel_interface() click to toggle source

to apply GRE tunnels to tunnel interface

# File lib/palo_alto/config.rb, line 188803
def tunnel_interface
        prop_get('tunnel-interface')
end
tunnel_interface=(val) click to toggle source

to apply GRE tunnels to tunnel interface

# File lib/palo_alto/config.rb, line 188807
def tunnel_interface=(val)
        prop_set('tunnel-interface', val)
end