class documentation
class GetentResolver(object):
Resolves Ganeti uids and gids by name.
Method | __init__ |
Initialize the resolver. |
Method |
|
Looks which Ganeti group belongs to this gid. |
Method |
|
Looks which gid belongs to this name. |
Method |
|
Looks which Ganeti user belongs to this uid. |
Method |
|
Looks which uid belongs to this name. |
Instance Variable | admin |
The resolved gid of the admin group |
Instance Variable | confd |
The resolved gid of the confd group |
Instance Variable | confd |
The resolved uid of the confd user |
Instance Variable | daemons |
The resolved gid of the daemons group |
Instance Variable | luxid |
The resolved gid of the luxid group |
Instance Variable | luxid |
The resolved uid of the luxid user |
Instance Variable | masterd |
The resolved gid of the masterd group |
Instance Variable | masterd |
The resolved uid of the masterd user |
Instance Variable | metad |
The resolved gid of the metad group |
Instance Variable | metad |
The resolved uid of the metad user |
Instance Variable | mond |
The resolved gid of the mond group |
Instance Variable | mond |
The resolved uid of the mond user |
Instance Variable | noded |
The resolved uid of the noded group |
Instance Variable | noded |
The resolved uid of the noded user |
Instance Variable | rapi |
The resolved gid of the rapi group |
Instance Variable | rapi |
The resolved uid of the rapi user |
Instance Variable | wconfd |
The resolved gid of the wconfd group |
Instance Variable | wconfd |
The resolved uid of the wconfd user |
Instance Variable | _gid2group |
Undocumented |
Instance Variable | _group2gid |
Undocumented |
Instance Variable | _uid2user |
Undocumented |
Instance Variable | _user2uid |
Undocumented |
Looks which Ganeti group belongs to this gid.
Parameters | |
gid | The gid to lookup @returns The group name associated with that gid |
Looks which gid belongs to this name.
Parameters | |
name | The name to lookup @returns The gid associated with that group name |
Looks which Ganeti user belongs to this uid.
Parameters | |
uid | The uid to lookup @returns The user name associated with that uid |