class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::HighAvailability::Group::Mode::ActiveActive::VirtualAddress::Entry::Ipv6::Entry::Floating

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 169305
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 169370
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 169374
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 169360
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 169302
def has_multiple_values?
        false
end