FpingΒΆ

Fping interface.

class novaclient.v2.fping.Fping(manager, info, loaded=False, resp=None)

Bases: novaclient.base.Resource

DEPRECATED: A server to fping.

Populate and bind to a manager.

Parameters:
  • manager – BaseManager object
  • info – dictionary representing resource attributes
  • loaded – prevent lazy-loading if set to True
  • resp – Response or list of Response objects
HUMAN_ID = True
class novaclient.v2.fping.FpingManager(api)

Bases: novaclient.base.ManagerWithFind

DEPRECATED: Manage Fping resources.

get(*a, **k)

DEPRECATED: Fping a specific server.

Parameters:server – ID of the server to fping.
Returns:Fping
list(*a, **k)

DEPRECATED: Fping all servers.

Returns:list of Fping.
resource_class

alias of Fping