OpenStack
Home
Projects
User Stories
Community
Blog
Wiki
Documentation
network Package
¶
client
Module
¶
common
Module
¶
openstackclient.network.common.
find
(
client
,
resource
,
resources
,
name_or_id
,
name_attr='name'
)
¶
Find a network resource
Parameters:
client
– network client
resource
– name of the resource
resources
– plural name of resource
name_or_id
– name or id of resource user is looking for
name_attr
– key to the name attribute for the resource
For example:
n = find(netclient, ‘network’, ‘networks’, ‘matrix’)
Subpackages
¶
v2 Package
network
Module
Table Of Contents
network Package
client
Module
common
Module
Subpackages
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
OpenStack Command Line Client 1.0.1 documentation
»