class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::HighAvailability::Interface::Ha1Backup
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 274358 def _section :'ha1-backup' end
gateway()
click to toggle source
IPv4/IPv6 Gateway for the HA1 interface
# File lib/palo_alto/config.rb, line 274477 def gateway prop_get('gateway') end
gateway=(val)
click to toggle source
IPv4/IPv6 Gateway for the HA1 interface
# File lib/palo_alto/config.rb, line 274481 def gateway=(val) prop_set('gateway', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 274355 def has_multiple_values? false end
ip_address()
click to toggle source
IPv4/IPv6 address for the HA1 interface
# File lib/palo_alto/config.rb, line 274461 def ip_address prop_get('ip-address') end
ip_address=(val)
click to toggle source
IPv4/IPv6 address for the HA1 interface
# File lib/palo_alto/config.rb, line 274465 def ip_address=(val) prop_set('ip-address', val) end
link_duplex()
click to toggle source
Interface
link duplex
# File lib/palo_alto/config.rb, line 274453 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 274457 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 274445 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 274449 def link_speed=(val) prop_set('link-speed', val) end
netmask()
click to toggle source
IPv4 netmask for the HA1 interface
# File lib/palo_alto/config.rb, line 274469 def netmask prop_get('netmask') end
netmask=(val)
click to toggle source
IPv4 netmask for the HA1 interface
# File lib/palo_alto/config.rb, line 274473 def netmask=(val) prop_set('netmask', val) end
port()
click to toggle source
Interface
name
# File lib/palo_alto/config.rb, line 274437 def port prop_get('port') end
port=(val)
click to toggle source
Interface
name
# File lib/palo_alto/config.rb, line 274441 def port=(val) prop_set('port', val) end