class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientConfig::Configs::Entry::CustomChecks::Criteria

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 339785
def _section
        :'criteria'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 339782
def has_multiple_values?
        false
end
plist() click to toggle source
# File lib/palo_alto/config.rb, line 340042
def plist
        if @create_children
                @subclasses['plist'] ||= Plist.new(parent_instance: self, create_children: @create_children)
        else
                Plist.new(parent_instance: self)
        end
end
registry_key() click to toggle source
# File lib/palo_alto/config.rb, line 339919
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