class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::HighAvailability::Group::Mode::ActiveActive
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 169030 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 169645 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 169649 def device_id=(val) prop_set('device-id', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 169027 def has_multiple_values? false end
network_configuration()
click to toggle source
# File lib/palo_alto/config.rb, line 169095 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 169617 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 169653 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 169657 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 169484 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