class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::LogFwdCard::Interface::Entry::Units::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 277289 def _section :'entry' end
comment()
click to toggle source
# File lib/palo_alto/config.rb, line 277382 def comment prop_get('comment') end
comment=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 277385 def comment=(val) prop_set('comment', val) end
default_gateway()
click to toggle source
log forwarding card default gateway
# File lib/palo_alto/config.rb, line 277359 def default_gateway prop_get('default-gateway') end
default_gateway=(val)
click to toggle source
log forwarding card default gateway
# File lib/palo_alto/config.rb, line 277363 def default_gateway=(val) prop_set('default-gateway', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 277286 def has_multiple_values? false end
ip_address()
click to toggle source
IP address for the log card forwarding interface
# File lib/palo_alto/config.rb, line 277343 def ip_address prop_get('ip-address') end
ip_address=(val)
click to toggle source
IP address for the log card forwarding interface
# File lib/palo_alto/config.rb, line 277347 def ip_address=(val) prop_set('ip-address', val) end
ipv6_address()
click to toggle source
IPv6 address for the log card forwarding interface
# File lib/palo_alto/config.rb, line 277367 def ipv6_address prop_get('ipv6-address') end
ipv6_address=(val)
click to toggle source
IPv6 address for the log card forwarding interface
# File lib/palo_alto/config.rb, line 277371 def ipv6_address=(val) prop_set('ipv6-address', val) end
ipv6_default_gateway()
click to toggle source
log forwarding IPv6 card default gateway
# File lib/palo_alto/config.rb, line 277375 def ipv6_default_gateway prop_get('ipv6-default-gateway') end
ipv6_default_gateway=(val)
click to toggle source
log forwarding IPv6 card default gateway
# File lib/palo_alto/config.rb, line 277379 def ipv6_default_gateway=(val) prop_set('ipv6-default-gateway', val) end
name()
click to toggle source
# File lib/palo_alto/config.rb, line 277339 def name prop_get('@name') end
netmask()
click to toggle source
IP netmask for the log card forwarding interface
# File lib/palo_alto/config.rb, line 277351 def netmask prop_get('netmask') end
netmask=(val)
click to toggle source
IP netmask for the log card forwarding interface
# File lib/palo_alto/config.rb, line 277355 def netmask=(val) prop_set('netmask', val) end
tag()
click to toggle source
802.1q VLAN tag
# File lib/palo_alto/config.rb, line 277389 def tag prop_get('tag') end
tag=(val)
click to toggle source
802.1q VLAN tag
# File lib/palo_alto/config.rb, line 277393 def tag=(val) prop_set('tag', val) end