class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Profiles

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 277615
def _section
        :'profiles'
end
bfd_profile() click to toggle source
# File lib/palo_alto/config.rb, line 279956
def bfd_profile
        if @create_children
                @subclasses['bfd-profile'] ||= BfdProfile.new(parent_instance: self, create_children: @create_children)
        else
                BfdProfile.new(parent_instance: self)
        end
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 277612
def has_multiple_values?
        false
end
interface_management_profile() click to toggle source
# File lib/palo_alto/config.rb, line 277872
def interface_management_profile
        if @create_children
                @subclasses['interface-management-profile'] ||= InterfaceManagementProfile.new(parent_instance: self, create_children: @create_children)
        else
                InterfaceManagementProfile.new(parent_instance: self)
        end
end
lldp_profile() click to toggle source
# File lib/palo_alto/config.rb, line 279802
def lldp_profile
        if @create_children
                @subclasses['lldp-profile'] ||= LldpProfile.new(parent_instance: self, create_children: @create_children)
        else
                LldpProfile.new(parent_instance: self)
        end
end
monitor_profile() click to toggle source
# File lib/palo_alto/config.rb, line 277703
def monitor_profile
        if @create_children
                @subclasses['monitor-profile'] ||= MonitorProfile.new(parent_instance: self, create_children: @create_children)
        else
                MonitorProfile.new(parent_instance: self)
        end
end
zone_protection_profile() click to toggle source
# File lib/palo_alto/config.rb, line 279566
def zone_protection_profile
        if @create_children
                @subclasses['zone-protection-profile'] ||= ZoneProtectionProfile.new(parent_instance: self, create_children: @create_children)
        else
                ZoneProtectionProfile.new(parent_instance: self)
        end
end