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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 51681
def _section
        :'deployment'
end
dynamic_updates() click to toggle source
# File lib/palo_alto/config.rb, line 51731
def dynamic_updates
        prop_get('dynamic-updates')
end
dynamic_updates=(val) click to toggle source
# File lib/palo_alto/config.rb, line 51734
def dynamic_updates=(val)
        prop_set('dynamic-updates', val)
end
global_protect_client() click to toggle source
# File lib/palo_alto/config.rb, line 51725
def global_protect_client
        prop_get('global-protect-client')
end
global_protect_client=(val) click to toggle source
# File lib/palo_alto/config.rb, line 51728
def global_protect_client=(val)
        prop_set('global-protect-client', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 51678
def has_multiple_values?
        false
end
licenses() click to toggle source
# File lib/palo_alto/config.rb, line 51743
def licenses
        prop_get('licenses')
end
licenses=(val) click to toggle source
# File lib/palo_alto/config.rb, line 51746
def licenses=(val)
        prop_set('licenses', val)
end
plugins() click to toggle source
# File lib/palo_alto/config.rb, line 51737
def plugins
        prop_get('plugins')
end
plugins=(val) click to toggle source
# File lib/palo_alto/config.rb, line 51740
def plugins=(val)
        prop_set('plugins', val)
end
software() click to toggle source
# File lib/palo_alto/config.rb, line 51719
def software
        prop_get('software')
end
software=(val) click to toggle source
# File lib/palo_alto/config.rb, line 51722
def software=(val)
        prop_set('software', val)
end