class PaloAlto::XML::Config::Devices::Entry::Template::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 169130
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 169195
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 169199
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 169185
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 169127
def has_multiple_values?
        false
end