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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 46614
def _section
        :'deployment'
end
dynamic_updates() click to toggle source
# File lib/palo_alto/config.rb, line 46664
def dynamic_updates
        prop_get('dynamic-updates')
end
dynamic_updates=(val) click to toggle source
# File lib/palo_alto/config.rb, line 46667
def dynamic_updates=(val)
        prop_set('dynamic-updates', val)
end
global_protect_client() click to toggle source
# File lib/palo_alto/config.rb, line 46658
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 46661
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 46611
def has_multiple_values?
        false
end
licenses() click to toggle source
# File lib/palo_alto/config.rb, line 46676
def licenses
        prop_get('licenses')
end
licenses=(val) click to toggle source
# File lib/palo_alto/config.rb, line 46679
def licenses=(val)
        prop_set('licenses', val)
end
plugins() click to toggle source
# File lib/palo_alto/config.rb, line 46670
def plugins
        prop_get('plugins')
end
plugins=(val) click to toggle source
# File lib/palo_alto/config.rb, line 46673
def plugins=(val)
        prop_set('plugins', val)
end
software() click to toggle source
# File lib/palo_alto/config.rb, line 46652
def software
        prop_get('software')
end
software=(val) click to toggle source
# File lib/palo_alto/config.rb, line 46655
def software=(val)
        prop_set('software', val)
end