class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::HighAvailability::Interface

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 274182
def _section
        :'interface'
end
ha1() click to toggle source
# File lib/palo_alto/config.rb, line 274351
def ha1
        @subclasses['ha1'] ||= Ha1.new(parent_instance: self, create_children: @create_children)
end
ha1_backup() click to toggle source
# File lib/palo_alto/config.rb, line 274485
def ha1_backup
        @subclasses['ha1-backup'] ||= Ha1Backup.new(parent_instance: self, create_children: @create_children)
end
ha2() click to toggle source
# File lib/palo_alto/config.rb, line 274608
def ha2
        @subclasses['ha2'] ||= Ha2.new(parent_instance: self, create_children: @create_children)
end
ha2_backup() click to toggle source
# File lib/palo_alto/config.rb, line 274731
def ha2_backup
        @subclasses['ha2-backup'] ||= Ha2Backup.new(parent_instance: self, create_children: @create_children)
end
ha3() click to toggle source
# File lib/palo_alto/config.rb, line 274766
def ha3
        @subclasses['ha3'] ||= Ha3.new(parent_instance: self, create_children: @create_children)
end
ha4() click to toggle source
# File lib/palo_alto/config.rb, line 274831
def ha4
        @subclasses['ha4'] ||= Ha4.new(parent_instance: self, create_children: @create_children)
end
ha4_backup() click to toggle source
# File lib/palo_alto/config.rb, line 274893
def ha4_backup
        @subclasses['ha4-backup'] ||= Ha4Backup.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 274179
def has_multiple_values?
        false
end