class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Profiles
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 171082 def _section :'profiles' end
bfd_profile()
click to toggle source
# File lib/palo_alto/config.rb, line 173423 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 171079 def has_multiple_values? false end
interface_management_profile()
click to toggle source
# File lib/palo_alto/config.rb, line 171339 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 173269 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 171170 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 173033 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