class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Shared::AdminRole::Entry::Role::Vsys__2::Webui::Device

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 257267
def _section
        :'device'
end
administrators() click to toggle source
# File lib/palo_alto/config.rb, line 257925
def administrators
        prop_get('administrators')
end
administrators=(val) click to toggle source
# File lib/palo_alto/config.rb, line 257928
def administrators=(val)
        prop_set('administrators', val)
end
authentication_profile() click to toggle source
# File lib/palo_alto/config.rb, line 257931
def authentication_profile
        prop_get('authentication-profile')
end
authentication_profile=(val) click to toggle source
# File lib/palo_alto/config.rb, line 257934
def authentication_profile=(val)
        prop_set('authentication-profile', val)
end
authentication_sequence() click to toggle source
# File lib/palo_alto/config.rb, line 257937
def authentication_sequence
        prop_get('authentication-sequence')
end
authentication_sequence=(val) click to toggle source
# File lib/palo_alto/config.rb, line 257940
def authentication_sequence=(val)
        prop_set('authentication-sequence', val)
end
block_pages() click to toggle source
# File lib/palo_alto/config.rb, line 257973
def block_pages
        prop_get('block-pages')
end
block_pages=(val) click to toggle source
# File lib/palo_alto/config.rb, line 257976
def block_pages=(val)
        prop_set('block-pages', val)
end
certificate_management() click to toggle source
# File lib/palo_alto/config.rb, line 257502
def certificate_management
        @subclasses['certificate-management'] ||= CertificateManagement.new(parent_instance: self, create_children: @create_children)
end
data_redistribution() click to toggle source
# File lib/palo_alto/config.rb, line 257949
def data_redistribution
        prop_get('data-redistribution')
end
data_redistribution=(val) click to toggle source
# File lib/palo_alto/config.rb, line 257952
def data_redistribution=(val)
        prop_set('data-redistribution', val)
end
device_quarantine() click to toggle source
# File lib/palo_alto/config.rb, line 257955
def device_quarantine
        prop_get('device-quarantine')
end
device_quarantine=(val) click to toggle source
# File lib/palo_alto/config.rb, line 257958
def device_quarantine=(val)
        prop_set('device-quarantine', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 257264
def has_multiple_values?
        false
end
local_user_database() click to toggle source
# File lib/palo_alto/config.rb, line 257843
def local_user_database
        @subclasses['local-user-database'] ||= LocalUserDatabase.new(parent_instance: self, create_children: @create_children)
end
log_settings() click to toggle source
# File lib/palo_alto/config.rb, line 257614
def log_settings
        @subclasses['log-settings'] ||= LogSettings.new(parent_instance: self, create_children: @create_children)
end
policy_recommendation() click to toggle source
# File lib/palo_alto/config.rb, line 257979
def policy_recommendation
        prop_get('policy-recommendation')
end
policy_recommendation=(val) click to toggle source
# File lib/palo_alto/config.rb, line 257982
def policy_recommendation=(val)
        prop_set('policy-recommendation', val)
end
server_profile() click to toggle source
# File lib/palo_alto/config.rb, line 257804
def server_profile
        @subclasses['server-profile'] ||= ServerProfile.new(parent_instance: self, create_children: @create_children)
end
setup() click to toggle source
# File lib/palo_alto/config.rb, line 257392
def setup
        @subclasses['setup'] ||= Setup.new(parent_instance: self, create_children: @create_children)
end
troubleshooting() click to toggle source
# File lib/palo_alto/config.rb, line 257967
def troubleshooting
        prop_get('troubleshooting')
end
troubleshooting=(val) click to toggle source
# File lib/palo_alto/config.rb, line 257970
def troubleshooting=(val)
        prop_set('troubleshooting', val)
end
user_identification() click to toggle source
# File lib/palo_alto/config.rb, line 257943
def user_identification
        prop_get('user-identification')
end
user_identification=(val) click to toggle source
# File lib/palo_alto/config.rb, line 257946
def user_identification=(val)
        prop_set('user-identification', val)
end
vm_info_source() click to toggle source
# File lib/palo_alto/config.rb, line 257961
def vm_info_source
        prop_get('vm-info-source')
end
vm_info_source=(val) click to toggle source
# File lib/palo_alto/config.rb, line 257964
def vm_info_source=(val)
        prop_set('vm-info-source', val)
end