class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::PortalConfig::ConfigSelection::CustomChecks::Windows
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 231911 def _section :'windows' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 231908 def has_multiple_values? false end
registry_key()
click to toggle source
# File lib/palo_alto/config.rb, line 231965 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