class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientConfig::Configs::Entry::HipCollection::CustomChecks::Windows
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 340843 def _section :'windows' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 340840 def has_multiple_values? false end
process_list()
click to toggle source
# File lib/palo_alto/config.rb, line 340924 def process_list if @create_children @subclasses['process-list'] ||= ProcessList.new(parent_instance: self, create_children: @create_children) else ProcessList.new(parent_instance: self) end end
registry_key()
click to toggle source
# File lib/palo_alto/config.rb, line 340897 def registry_key if @create_children @subclasses['registry-key'] ||= RegistryKey.new(parent_instance: self, create_children: @create_children) else RegistryKey.new(parent_instance: self) end end