Network interface.
novaclient.v2.networks.
Network
(manager, info, loaded=False, resp=None)Bases: novaclient.base.Resource
A network as defined in the Networking (Neutron) API.
Populate and bind to a manager.
Parameters: |
|
---|
HUMAN_ID
= TrueNAME_ATTR
= 'name'novaclient.v2.networks.
NeutronManager
(api)Bases: novaclient.base.Manager
A manager for name -> id lookups for neutron networks.
This uses neutron directly from service catalog. Do not use it for anything else besides that. You have been warned.
find_network
(name)Find a network by name (user provided input).
resource_class
alias of Network
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.