Network interface.
Bases: novaclient.base.Resource
A network.
Populate and bind to a manager.
Parameters: |
|
---|
DEPRECATED: Delete this network.
Returns: | An instance of novaclient.base.TupleWithMeta |
---|
Bases: novaclient.base.ManagerWithFind
DEPRECATED: Manage Network resources.
DEPRECATED: Associates the current project with a network. Network can be chosen automatically or provided explicitly.
Parameters: | network – The ID of the Network to associate (optional). |
---|---|
Returns: | An instance of novaclient.base.TupleWithMeta |
DEPRECATED: Associate a specific network with a host.
Parameters: |
|
---|---|
Returns: | An instance of novaclient.base.TupleWithMeta |
DEPRECATED: Associate a specific network with a project.
The project is defined by the project authenticated against
Parameters: | network – The ID of the Network. |
---|---|
Returns: | An instance of novaclient.base.TupleWithMeta |
DEPRECATED: Create (allocate) a network. The following parameters are optional except for label; cidr or cidr_v6 must be specified, too.
Parameters: |
|
---|---|
Return type: | object of Network |
DEPRECATED: Delete a specific network.
Parameters: | network – The ID of the Network to delete. |
---|---|
Returns: | An instance of novaclient.base.TupleWithMeta |
DEPRECATED: Disassociate a specific network from project and/or host.
Parameters: |
|
---|---|
Returns: | An instance of novaclient.base.TupleWithMeta |
DEPRECATED: Get a specific network.
Parameters: | network – The ID of the Network to get. |
---|---|
Return type: | Network |
DEPRECATED: Get a list of all networks.
Return type: | list of Network. |
---|
alias of Network
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 a network by name (user provided input).
alias of Network