class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::ConfigBundleExportSchedule::Entry::Protocol

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 77556
def _section
        :'protocol'
end
ftp__1() click to toggle source
# File lib/palo_alto/config.rb, line 77655
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 77553
def has_multiple_values?
        true
end
scp() click to toggle source
# File lib/palo_alto/config.rb, line 77741
def scp
        @subclasses['scp'] ||= Scp.new(parent_instance: self, create_children: @create_children)
end