class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Interface::Tunnel::Units::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 292765 def _section :'entry' end
bonjour()
click to toggle source
# File lib/palo_alto/config.rb, line 292995 def bonjour @subclasses['bonjour'] ||= Bonjour.new(parent_instance: self, create_children: @create_children) end
comment()
click to toggle source
# File lib/palo_alto/config.rb, line 293105 def comment prop_get('comment') end
comment=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 293108 def comment=(val) prop_set('comment', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 292762 def has_multiple_values? false end
interface_management_profile()
click to toggle source
Interface
management profile
# File lib/palo_alto/config.rb, line 293090 def interface_management_profile prop_get('interface-management-profile') end
interface_management_profile=(val)
click to toggle source
Interface
management profile
# File lib/palo_alto/config.rb, line 293094 def interface_management_profile=(val) prop_set('interface-management-profile', val) end
ip()
click to toggle source
# File lib/palo_alto/config.rb, line 292807 def ip if @create_children @subclasses['ip'] ||= Ip.new(parent_instance: self, create_children: @create_children) else Ip.new(parent_instance: self) end end
ipv6()
click to toggle source
# File lib/palo_alto/config.rb, line 292940 def ipv6 @subclasses['ipv6'] ||= Ipv6.new(parent_instance: self, create_children: @create_children) end
link_tag()
click to toggle source
# File lib/palo_alto/config.rb, line 293111 def link_tag prop_get('link-tag') end
link_tag=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 293114 def link_tag=(val) prop_set('link-tag', val) end
mtu()
click to toggle source
Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
# File lib/palo_alto/config.rb, line 293082 def mtu prop_get('mtu') end
mtu=(val)
click to toggle source
Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
# File lib/palo_alto/config.rb, line 293086 def mtu=(val) prop_set('mtu', val) end
name()
click to toggle source
numeric string [1-9999]
# File lib/palo_alto/config.rb, line 293078 def name prop_get('@name') end
netflow_profile()
click to toggle source
Netflow Server Profile
# File lib/palo_alto/config.rb, line 293098 def netflow_profile prop_get('netflow-profile') end
netflow_profile=(val)
click to toggle source
Netflow Server Profile
# File lib/palo_alto/config.rb, line 293102 def netflow_profile=(val) prop_set('netflow-profile', val) end
unnumbered()
click to toggle source
# File lib/palo_alto/config.rb, line 293021 def unnumbered @subclasses['unnumbered'] ||= Unnumbered.new(parent_instance: self, create_children: @create_children) end