class PaloAlto::XML::Config::Shared::AdminRole::Entry::Role::Panorama::Webui::Panorama::ManagedDevices

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 46084
def _section
        :'managed-devices'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 46081
def has_multiple_values?
        false
end
health() click to toggle source
# File lib/palo_alto/config.rb, line 46114
def health
        prop_get('health')
end
health=(val) click to toggle source
# File lib/palo_alto/config.rb, line 46117
def health=(val)
        prop_set('health', val)
end
summary() click to toggle source
# File lib/palo_alto/config.rb, line 46108
def summary
        prop_get('summary')
end
summary=(val) click to toggle source
# File lib/palo_alto/config.rb, line 46111
def summary=(val)
        prop_set('summary', val)
end
troubleshooting() click to toggle source
# File lib/palo_alto/config.rb, line 46120
def troubleshooting
        prop_get('troubleshooting')
end
troubleshooting=(val) click to toggle source
# File lib/palo_alto/config.rb, line 46123
def troubleshooting=(val)
        prop_set('troubleshooting', val)
end