You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {module:compute/network|string} config.network - The network to which
239
+
* this subnetwork belongs. **Only networks that are in the distributed mode
240
+
* can have subnetworks.**
238
241
* @param {string} config.range - The range of internal addresses that
239
242
* are owned by this subnetwork. [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) range
240
243
* of addresses that are legal on this network. (Alias for
241
244
* `config.ipCidrRange`)
242
-
* @param {module:compute/network|string} config.network - The network to which
243
-
* this subnetwork belongs. **Only networks that are in the distributed mode
244
-
* can have subnetworks.**
245
245
* @param {function} callback - The callback function.
246
246
* @param {?error} callback.err - An error returned while making this request.
247
247
* @param {module:compute/subnetwork} callback.subnetwork - The created
0 commit comments