class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::HighAvailability::Group::StateSynchronization
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 168850 def _section :'state-synchronization' end
enabled()
click to toggle source
# File lib/palo_alto/config.rb, line 168932 def enabled prop_get('enabled') end
enabled=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 168935 def enabled=(val) prop_set('enabled', val) end
ha2_keep_alive()
click to toggle source
# File lib/palo_alto/config.rb, line 168912 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 168847 def has_multiple_values? false end
transport()
click to toggle source
transport layer configuration
# File lib/palo_alto/config.rb, line 168939 def transport prop_get('transport') end
transport=(val)
click to toggle source
transport layer configuration
# File lib/palo_alto/config.rb, line 168943 def transport=(val) prop_set('transport', val) end