DEPRECATED Cloudpipe interface.
novaclient.v2.cloudpipe.
Cloudpipe
(manager, info, loaded=False, resp=None)Bases: novaclient.base.Resource
A cloudpipe instance is a VPN attached to a project’s VLAN.
Populate and bind to a manager.
Parameters: |
|
---|
delete
()DEPRECATED Delete the own cloudpipe instance
Returns: | An instance of novaclient.base.TupleWithMeta |
---|
novaclient.v2.cloudpipe.
CloudpipeManager
(api)Bases: novaclient.base.ManagerWithFind
DEPRECATED
create
(project)DEPRECATED Launch a cloudpipe instance.
Parameters: | project – UUID of the project (tenant) for the cloudpipe |
---|
list
()DEPRECATED Get a list of cloudpipe instances.
resource_class
alias of Cloudpipe
update
(address, port)DEPRECATED Configure cloudpipe parameters for the project.
Update VPN address and port for all networks associated with the project defined by authentication
Parameters: |
|
---|---|
Returns: | An instance of novaclient.base.TupleWithMeta |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.