class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::LogFwdCard::Interface::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 277275 def _section :'entry' end
comment()
click to toggle source
# File lib/palo_alto/config.rb, line 277572 def comment prop_get('comment') end
comment=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 277575 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 277549 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 277553 def default_gateway=(val) prop_set('default-gateway', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 277272 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 277533 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 277537 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 277557 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 277561 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 277565 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 277569 def ipv6_default_gateway=(val) prop_set('ipv6-default-gateway', val) end
lacp()
click to toggle source
# File lib/palo_alto/config.rb, line 277436 def lacp @subclasses['lacp'] ||= Lacp.new(parent_instance: self, create_children: @create_children) end
link_duplex()
click to toggle source
Interface
link duplex
# File lib/palo_alto/config.rb, line 277517 def link_duplex prop_get('link-duplex') end
link_duplex=(val)
click to toggle source
Interface
link duplex
# File lib/palo_alto/config.rb, line 277521 def link_duplex=(val) prop_set('link-duplex', val) end
link_speed()
click to toggle source
Interface
link speed
# File lib/palo_alto/config.rb, line 277509 def link_speed prop_get('link-speed') end
link_speed=(val)
click to toggle source
Interface
link speed
# File lib/palo_alto/config.rb, line 277513 def link_speed=(val) prop_set('link-speed', val) end
link_state()
click to toggle source
Interface
link state
# File lib/palo_alto/config.rb, line 277525 def link_state prop_get('link-state') end
link_state=(val)
click to toggle source
Interface
link state
# File lib/palo_alto/config.rb, line 277529 def link_state=(val) prop_set('link-state', val) end
name()
click to toggle source
# File lib/palo_alto/config.rb, line 277505 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 277541 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 277545 def netmask=(val) prop_set('netmask', val) end
units()
click to toggle source
# File lib/palo_alto/config.rb, line 277405 def units if @create_children @subclasses['units'] ||= Units.new(parent_instance: self, create_children: @create_children) else Units.new(parent_instance: self) end end