class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::HighAvailability::Group::Mode::ActiveActive
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 275559 def _section :'active-active' end
device_id()
click to toggle source
Device ID in HA group, 0 or 1 or variable
# File lib/palo_alto/config.rb, line 276175 def device_id prop_get('device-id') end
device_id=(val)
click to toggle source
Device ID in HA group, 0 or 1 or variable
# File lib/palo_alto/config.rb, line 276179 def device_id=(val) prop_set('device-id', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 275556 def has_multiple_values? false end
network_configuration()
click to toggle source
# File lib/palo_alto/config.rb, line 275624 def network_configuration @subclasses['network-configuration'] ||= NetworkConfiguration.new(parent_instance: self, create_children: @create_children) end
session_owner_selection()
click to toggle source
# File lib/palo_alto/config.rb, line 276146 def session_owner_selection @subclasses['session-owner-selection'] ||= SessionOwnerSelection.new(parent_instance: self, create_children: @create_children) end
tentative_hold_time()
click to toggle source
Interval in seconds to stay in Tentative state following a link/path monitor recovery or before moving to an Active state, default 60 secs
# File lib/palo_alto/config.rb, line 276183 def tentative_hold_time prop_get('tentative-hold-time') end
tentative_hold_time=(val)
click to toggle source
Interval in seconds to stay in Tentative state following a link/path monitor recovery or before moving to an Active state, default 60 secs
# File lib/palo_alto/config.rb, line 276187 def tentative_hold_time=(val) prop_set('tentative-hold-time', val) end
virtual_address()
click to toggle source
# File lib/palo_alto/config.rb, line 276013 def virtual_address if @create_children @subclasses['virtual-address'] ||= VirtualAddress.new(parent_instance: self, create_children: @create_children) else VirtualAddress.new(parent_instance: self) end end