class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 275834
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 275899
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 275903
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 275889
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 275831
def has_multiple_values?
        false
end