class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::HighAvailability::Interface::Ha3
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 168215 def _section :'ha3' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 168212 def has_multiple_values? false end
port()
click to toggle source
Interface
name
# File lib/palo_alto/config.rb, line 168235 def port prop_get('port') end
port=(val)
click to toggle source
Interface
name
# File lib/palo_alto/config.rb, line 168239 def port=(val) prop_set('port', val) end