ooi 0.3.1 documentation

The ooi.api.network_link Module

«  The ooi.api.network Module   ::   Contents   ::   The ooi.api.query Module  »

The ooi.api.network_link Module¶

class ooi.api.network_link.Controller(*args, **kwargs)¶

Bases: ooi.api.base.Controller

create(req, body=None)¶

Create a networkLink

Creates a link between a server and a network. It could be fixed or floating IP.

Parameters:
  • req – request object
  • body – body request (not used)
delete(req, id)¶

Delete networks link

Parameters:
  • req – current request
  • id – identification
index(req)¶

List NetworkLinks

Parameters:req – request object
show(req, id)¶

Get networkLink details

Parameters:
  • req – request object
  • id – networkLink identification

«  The ooi.api.network Module   ::   Contents   ::   The ooi.api.query Module  »

© Copyright 2014-present, Spanish National Research Council - CSIC. Created using Sphinx 1.4.5.