class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::System::LogExportSchedule::Entry::Protocol
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 262865 def _section :'protocol' end
ftp__1()
click to toggle source
# File lib/palo_alto/config.rb, line 262968 def ftp__1 @subclasses['ftp__1'] ||= Ftp__1.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 262862 def has_multiple_values? true end
scp()
click to toggle source
# File lib/palo_alto/config.rb, line 263058 def scp @subclasses['scp'] ||= Scp.new(parent_instance: self, create_children: @create_children) end