We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921a3dd commit f7940c5Copy full SHA for f7940c5
src/Networking/v2/Service.php
@@ -117,7 +117,7 @@ public function listSubnets(array $options = [])
117
/**
118
* Create a new port resource.
119
*
120
- * @param array $options {@see \OpenStack\Networking\v2\Api::postPorts}
+ * @param array $options {@see \OpenStack\Networking\v2\Api::postSinglePort}
121
122
* @return Port
123
*/
@@ -129,7 +129,7 @@ public function createPort(array $options)
129
130
* Create new port resources.
131
132
+ * @param array $options {@see \OpenStack\Networking\v2\Api::postMultiplePorts}
133
134
* @return []Port
135
0 commit comments