The vmware_nsx.api_client.request Module

class vmware_nsx.api_client.request.ApiRequest

Bases: object

An abstract baseclass for all ApiRequest implementations.

This defines the interface and property structure for both eventlet and gevent-based ApiRequest classes.

ALLOWED_STATUS_CODES = [200, 201, 204, 301, 307, 400, 401, 403, 404, 409, 500, 503]
copy()
join()
request_error

Return any errors associated with this instance.

start()