class PaloAlto::XML::Config::Shared::Profiles::HipObjects::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 19312 def _section :'entry' end
anti_malware()
click to toggle source
# File lib/palo_alto/config.rb, line 20818 def anti_malware @subclasses['anti-malware'] ||= AntiMalware.new(parent_instance: self, create_children: @create_children) end
certificate()
click to toggle source
# File lib/palo_alto/config.rb, line 22186 def certificate @subclasses['certificate'] ||= Certificate.new(parent_instance: self, create_children: @create_children) end
custom_checks()
click to toggle source
# File lib/palo_alto/config.rb, line 21584 def custom_checks @subclasses['custom-checks'] ||= CustomChecks.new(parent_instance: self, create_children: @create_children) end
data_loss_prevention()
click to toggle source
# File lib/palo_alto/config.rb, line 20221 def data_loss_prevention @subclasses['data-loss-prevention'] ||= DataLossPrevention.new(parent_instance: self, create_children: @create_children) end
description()
click to toggle source
# File lib/palo_alto/config.rb, line 22222 def description prop_get('description') end
description=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 22225 def description=(val) prop_set('description', val) end
disable_override()
click to toggle source
disable object override in child device groups
# File lib/palo_alto/config.rb, line 22215 def disable_override prop_get('disable-override') end
disable_override=(val)
click to toggle source
disable object override in child device groups
# File lib/palo_alto/config.rb, line 22219 def disable_override=(val) prop_set('disable-override', val) end
disk_backup()
click to toggle source
# File lib/palo_alto/config.rb, line 21046 def disk_backup @subclasses['disk-backup'] ||= DiskBackup.new(parent_instance: self, create_children: @create_children) end
disk_encryption()
click to toggle source
# File lib/palo_alto/config.rb, line 21248 def disk_encryption @subclasses['disk-encryption'] ||= DiskEncryption.new(parent_instance: self, create_children: @create_children) end
firewall()
click to toggle source
# File lib/palo_alto/config.rb, line 20352 def firewall @subclasses['firewall'] ||= Firewall.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 19309 def has_multiple_values? false end
host_info()
click to toggle source
# File lib/palo_alto/config.rb, line 19640 def host_info @subclasses['host-info'] ||= HostInfo.new(parent_instance: self, create_children: @create_children) end
mobile_device()
click to toggle source
# File lib/palo_alto/config.rb, line 22075 def mobile_device @subclasses['mobile-device'] ||= MobileDevice.new(parent_instance: self, create_children: @create_children) end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 22211 def name prop_get('@name') end
network_info()
click to toggle source
# File lib/palo_alto/config.rb, line 19848 def network_info @subclasses['network-info'] ||= NetworkInfo.new(parent_instance: self, create_children: @create_children) end
patch_management()
click to toggle source
# File lib/palo_alto/config.rb, line 20090 def patch_management @subclasses['patch-management'] ||= PatchManagement.new(parent_instance: self, create_children: @create_children) end