class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Shared::AdminRole::Entry::Role::Vsys__2::Webui::Objects::SecurityProfiles

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 150155
def _section
        :'security-profiles'
end
anti_spyware() click to toggle source
# File lib/palo_alto/config.rb, line 150258
def anti_spyware
        prop_get('anti-spyware')
end
anti_spyware=(val) click to toggle source
# File lib/palo_alto/config.rb, line 150261
def anti_spyware=(val)
        prop_set('anti-spyware', val)
end
antivirus() click to toggle source
# File lib/palo_alto/config.rb, line 150252
def antivirus
        prop_get('antivirus')
end
antivirus=(val) click to toggle source
# File lib/palo_alto/config.rb, line 150255
def antivirus=(val)
        prop_set('antivirus', val)
end
data_filtering() click to toggle source
# File lib/palo_alto/config.rb, line 150288
def data_filtering
        prop_get('data-filtering')
end
data_filtering=(val) click to toggle source
# File lib/palo_alto/config.rb, line 150291
def data_filtering=(val)
        prop_set('data-filtering', val)
end
dos_protection() click to toggle source
# File lib/palo_alto/config.rb, line 150294
def dos_protection
        prop_get('dos-protection')
end
dos_protection=(val) click to toggle source
# File lib/palo_alto/config.rb, line 150297
def dos_protection=(val)
        prop_set('dos-protection', val)
end
file_blocking() click to toggle source
# File lib/palo_alto/config.rb, line 150276
def file_blocking
        prop_get('file-blocking')
end
file_blocking=(val) click to toggle source
# File lib/palo_alto/config.rb, line 150279
def file_blocking=(val)
        prop_set('file-blocking', val)
end
gtp_protection() click to toggle source
# File lib/palo_alto/config.rb, line 150300
def gtp_protection
        prop_get('gtp-protection')
end
gtp_protection=(val) click to toggle source
# File lib/palo_alto/config.rb, line 150303
def gtp_protection=(val)
        prop_set('gtp-protection', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 150152
def has_multiple_values?
        false
end
sctp_protection() click to toggle source
# File lib/palo_alto/config.rb, line 150306
def sctp_protection
        prop_get('sctp-protection')
end
sctp_protection=(val) click to toggle source
# File lib/palo_alto/config.rb, line 150309
def sctp_protection=(val)
        prop_set('sctp-protection', val)
end
url_filtering() click to toggle source
# File lib/palo_alto/config.rb, line 150270
def url_filtering
        prop_get('url-filtering')
end
url_filtering=(val) click to toggle source
# File lib/palo_alto/config.rb, line 150273
def url_filtering=(val)
        prop_set('url-filtering', val)
end
vulnerability_protection() click to toggle source
# File lib/palo_alto/config.rb, line 150264
def vulnerability_protection
        prop_get('vulnerability-protection')
end
vulnerability_protection=(val) click to toggle source
# File lib/palo_alto/config.rb, line 150267
def vulnerability_protection=(val)
        prop_set('vulnerability-protection', val)
end
wildfire_analysis() click to toggle source
# File lib/palo_alto/config.rb, line 150282
def wildfire_analysis
        prop_get('wildfire-analysis')
end
wildfire_analysis=(val) click to toggle source
# File lib/palo_alto/config.rb, line 150285
def wildfire_analysis=(val)
        prop_set('wildfire-analysis', val)
end