class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Tunnel__5::Gre::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 295091 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 295322 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 295326 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 295314 def disabled prop_get('disabled') end
disabled=(val)
click to toggle source
Disable the GRE tunnel
# File lib/palo_alto/config.rb, line 295318 def disabled=(val) prop_set('disabled', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 295088 def has_multiple_values? false end
keep_alive()
click to toggle source
# File lib/palo_alto/config.rb, line 295270 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 295169 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 295310 def name prop_get('@name') end
peer_address()
click to toggle source
# File lib/palo_alto/config.rb, line 295197 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 295330 def ttl prop_get('ttl') end
ttl=(val)
click to toggle source
TTL
# File lib/palo_alto/config.rb, line 295334 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 295338 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 295342 def tunnel_interface=(val) prop_set('tunnel-interface', val) end