class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::HighAvailability::Group::Mode::ActiveActive::VirtualAddress::Entry::Ip::Entry::Floating
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 275659 def _section :'floating' end
bind_to_active_primary()
click to toggle source
Floating
IP bound to the Active-Primary device
# File lib/palo_alto/config.rb, line 275724 def bind_to_active_primary prop_get('bind-to-active-primary') end
bind_to_active_primary=(val)
click to toggle source
Floating
IP bound to the Active-Primary device
# File lib/palo_alto/config.rb, line 275728 def bind_to_active_primary=(val) prop_set('bind-to-active-primary', val) end
device_priority()
click to toggle source
# File lib/palo_alto/config.rb, line 275714 def device_priority @subclasses['device-priority'] ||= DevicePriority.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 275656 def has_multiple_values? false end