Network interface.
Bases: novaclient.openstack.common.apiclient.base.Resource
A network.
Bases: novaclient.base.ManagerWithFind
Manage Network resources.
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). |
---|
Associate a specific network with a host.
Parameters: |
|
---|
Associate a specific network with a project.
The project is defined by the project authenticated against
Parameters: | network – The ID of the Network. |
---|
Create (allocate) a network. The following parameters are optional except for label; cidr or cidr_v6 must be specified, too.
Parameters: |
|
---|---|
Return type: | list of Network |
Delete a specific network.
Parameters: | network – The ID of the Network to delete. |
---|
Disassociate a specific network from project and/or host.
Parameters: |
|
---|
Get a specific network.
Parameters: | network – The ID of the Network to get. |
---|---|
Return type: | Network |
Get a list of all networks.
Return type: | list of Network. |
---|
alias of Network