class PaloAlto::XML::Config::Devices::Entry::Template::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 234229
def _section
        :'windows'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 234226
def has_multiple_values?
        false
end
process_list() click to toggle source
# File lib/palo_alto/config.rb, line 234310
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 234283
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