class PaloAlto::XML::Config::Devices::Entry::Template::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 150775
def _section
        :'device'
end
administrators() click to toggle source
# File lib/palo_alto/config.rb, line 151433
def administrators
        prop_get('administrators')
end
administrators=(val) click to toggle source
# File lib/palo_alto/config.rb, line 151436
def administrators=(val)
        prop_set('administrators', val)
end
authentication_profile() click to toggle source
# File lib/palo_alto/config.rb, line 151439
def authentication_profile
        prop_get('authentication-profile')
end
authentication_profile=(val) click to toggle source
# File lib/palo_alto/config.rb, line 151442
def authentication_profile=(val)
        prop_set('authentication-profile', val)
end
authentication_sequence() click to toggle source
# File lib/palo_alto/config.rb, line 151445
def authentication_sequence
        prop_get('authentication-sequence')
end
authentication_sequence=(val) click to toggle source
# File lib/palo_alto/config.rb, line 151448
def authentication_sequence=(val)
        prop_set('authentication-sequence', val)
end
block_pages() click to toggle source
# File lib/palo_alto/config.rb, line 151481
def block_pages
        prop_get('block-pages')
end
block_pages=(val) click to toggle source
# File lib/palo_alto/config.rb, line 151484
def block_pages=(val)
        prop_set('block-pages', val)
end
certificate_management() click to toggle source
# File lib/palo_alto/config.rb, line 151010
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 151457
def data_redistribution
        prop_get('data-redistribution')
end
data_redistribution=(val) click to toggle source
# File lib/palo_alto/config.rb, line 151460
def data_redistribution=(val)
        prop_set('data-redistribution', val)
end
device_quarantine() click to toggle source
# File lib/palo_alto/config.rb, line 151463
def device_quarantine
        prop_get('device-quarantine')
end
device_quarantine=(val) click to toggle source
# File lib/palo_alto/config.rb, line 151466
def device_quarantine=(val)
        prop_set('device-quarantine', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 150772
def has_multiple_values?
        false
end
local_user_database() click to toggle source
# File lib/palo_alto/config.rb, line 151351
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 151122
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 151487
def policy_recommendation
        prop_get('policy-recommendation')
end
policy_recommendation=(val) click to toggle source
# File lib/palo_alto/config.rb, line 151490
def policy_recommendation=(val)
        prop_set('policy-recommendation', val)
end
server_profile() click to toggle source
# File lib/palo_alto/config.rb, line 151312
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 150900
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 151475
def troubleshooting
        prop_get('troubleshooting')
end
troubleshooting=(val) click to toggle source
# File lib/palo_alto/config.rb, line 151478
def troubleshooting=(val)
        prop_set('troubleshooting', val)
end
user_identification() click to toggle source
# File lib/palo_alto/config.rb, line 151451
def user_identification
        prop_get('user-identification')
end
user_identification=(val) click to toggle source
# File lib/palo_alto/config.rb, line 151454
def user_identification=(val)
        prop_set('user-identification', val)
end
vm_info_source() click to toggle source
# File lib/palo_alto/config.rb, line 151469
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 151472
def vm_info_source=(val)
        prop_set('vm-info-source', val)
end