Use cls instead of self in classmethod

`set_network_resources` is a class method, but it uses "self" instead of
"cls", which works but is very confusing. Fixing that.

Change-Id: I2d884d43c3d8f81f25fb1ea670948b4a6ff43a88
1 file changed