class PaloAlto::XML::Config::Devices::Entry::Template::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 170756 def _section :'entry' end
comment()
click to toggle source
# File lib/palo_alto/config.rb, line 170849 def comment prop_get('comment') end
comment=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 170852 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 170826 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 170830 def default_gateway=(val) prop_set('default-gateway', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 170753 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 170810 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 170814 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 170834 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 170838 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 170842 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 170846 def ipv6_default_gateway=(val) prop_set('ipv6-default-gateway', val) end
name()
click to toggle source
# File lib/palo_alto/config.rb, line 170806 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 170818 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 170822 def netmask=(val) prop_set('netmask', val) end
tag()
click to toggle source
802.1q VLAN tag
# File lib/palo_alto/config.rb, line 170856 def tag prop_get('tag') end
tag=(val)
click to toggle source
802.1q VLAN tag
# File lib/palo_alto/config.rb, line 170860 def tag=(val) prop_set('tag', val) end