taurus.core.resource.resvalidator

Classes

class ResourceAttributeNameValidator(*p, **k)[source]

Validator for res attribute names. Apart from the named related to the mapped model value, the following named groups are created:

  • _resname: resource name (aka key)

(more info)

class ResourceAuthorityNameValidator(*p, **k)[source]

Validator for res authority names. Apart from the named related to the mapped model value, the following named groups are created:

  • _resname: resource name (aka key)

(more info)

class ResourceDeviceNameValidator(*p, **k)[source]

Validator for res device names. Apart from the named related to the mapped model value, the following named groups are created:

  • _resname: resource name (aka key)

(more info)