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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 51632
def _section
        :'managed-devices'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 51629
def has_multiple_values?
        false
end
health() click to toggle source
# File lib/palo_alto/config.rb, line 51661
def health
        prop_get('health')
end
health=(val) click to toggle source
# File lib/palo_alto/config.rb, line 51664
def health=(val)
        prop_set('health', val)
end
summary() click to toggle source
# File lib/palo_alto/config.rb, line 51655
def summary
        prop_get('summary')
end
summary=(val) click to toggle source
# File lib/palo_alto/config.rb, line 51658
def summary=(val)
        prop_set('summary', val)
end
troubleshooting() click to toggle source
# File lib/palo_alto/config.rb, line 51667
def troubleshooting
        prop_get('troubleshooting')
end
troubleshooting=(val) click to toggle source
# File lib/palo_alto/config.rb, line 51670
def troubleshooting=(val)
        prop_set('troubleshooting', val)
end