Cloudpipe
1. cloudpipes()
Lists cloudpipes.
Parameters: None
Return value: Cloudpipe Object or a list
2. create_cloudpipe(**attr)
Create a cloudpipe.
Parameters: attr(Dict)
| Name | Type | Description |
|---|---|---|
| project_id | String | The UUID of the project. If omitted, the project ID defaults to the calling tenant. |
refer to openstack API: http://developer.openstack.org/api-ref/compute/
Return value: Cloudpipe Object
3. update_cloudpipe(**attr)
Updates the virtual private network (VPN) IP address and port for a cloudpipe instance
Parameters: attr(Dict)
| Name | Type | Description |
|---|---|---|
| vpn_ip | String | the Vpn IP address |
| vpn_port | String | the VPN port. |
Return value: None