class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::HighAvailability::Group::StateSynchronization
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 275379 def _section :'state-synchronization' end
enabled()
click to toggle source
# File lib/palo_alto/config.rb, line 275461 def enabled prop_get('enabled') end
enabled=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 275464 def enabled=(val) prop_set('enabled', val) end
ha2_keep_alive()
click to toggle source
# File lib/palo_alto/config.rb, line 275441 def ha2_keep_alive @subclasses['ha2-keep-alive'] ||= Ha2KeepAlive.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 275376 def has_multiple_values? false end
transport()
click to toggle source
transport layer configuration
# File lib/palo_alto/config.rb, line 275468 def transport prop_get('transport') end
transport=(val)
click to toggle source
transport layer configuration
# File lib/palo_alto/config.rb, line 275472 def transport=(val) prop_set('transport', val) end