You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by er...@apache.org on 2015/02/17 14:31:07 UTC

libcloud git commit: [google compute] s/json/JSON/ in GCE function docstrings.

Repository: libcloud
Updated Branches:
  refs/heads/trunk 9a485a6b5 -> 0d0c4c44e


[google compute] s/json/JSON/ in GCE function docstrings.

Closes #458

Signed-off-by: Eric Johnson <er...@google.com>


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/0d0c4c44
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/0d0c4c44
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/0d0c4c44

Branch: refs/heads/trunk
Commit: 0d0c4c44e27e29c528588a48cbde3752eac976b8
Parents: 9a485a6
Author: Misha Brukman <mb...@google.com>
Authored: Mon Feb 16 17:17:35 2015 -0500
Committer: Eric Johnson <er...@google.com>
Committed: Tue Feb 17 13:29:49 2015 +0000

----------------------------------------------------------------------
 libcloud/compute/drivers/gce.py | 44 ++++++++++++++++++------------------
 1 file changed, 22 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/0d0c4c44/libcloud/compute/drivers/gce.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/gce.py b/libcloud/compute/drivers/gce.py
index b681e1c..68314a5 100644
--- a/libcloud/compute/drivers/gce.py
+++ b/libcloud/compute/drivers/gce.py
@@ -4768,7 +4768,7 @@ n
 
     def _to_disktype(self, disktype):
         """
-        Return a DiskType object from the json-response dictionary.
+        Return a DiskType object from the JSON-response dictionary.
 
         :param  disktype: The dictionary describing the disktype.
         :type   disktype: ``dict``
@@ -4792,7 +4792,7 @@ n
 
     def _to_address(self, address):
         """
-        Return an Address object from the json-response dictionary.
+        Return an Address object from the JSON-response dictionary.
 
         :param  address: The dictionary describing the address.
         :type   address: ``dict``
@@ -4820,7 +4820,7 @@ n
 
     def _to_backendservice(self, backendservice):
         """
-        Return a Backend Service object from the json-response dictionary.
+        Return a Backend Service object from the JSON-response dictionary.
 
         :param  backendservice: The dictionary describing the backend service.
         :type   backendservice: ``dict``
@@ -4850,7 +4850,7 @@ n
 
     def _to_healthcheck(self, healthcheck):
         """
-        Return a HealthCheck object from the json-response dictionary.
+        Return a HealthCheck object from the JSON-response dictionary.
 
         :param  healthcheck: The dictionary describing the healthcheck.
         :type   healthcheck: ``dict``
@@ -4875,7 +4875,7 @@ n
 
     def _to_firewall(self, firewall):
         """
-        Return a Firewall object from the json-response dictionary.
+        Return a Firewall object from the JSON-response dictionary.
 
         :param  firewall: The dictionary describing the firewall.
         :type   firewall: ``dict``
@@ -4904,7 +4904,7 @@ n
 
     def _to_forwarding_rule(self, forwarding_rule):
         """
-        Return a Forwarding Rule object from the json-response dictionary.
+        Return a Forwarding Rule object from the JSON-response dictionary.
 
         :param  forwarding_rule: The dictionary describing the rule.
         :type   forwarding_rule: ``dict``
@@ -4931,7 +4931,7 @@ n
 
     def _to_network(self, network):
         """
-        Return a Network object from the json-response dictionary.
+        Return a Network object from the JSON-response dictionary.
 
         :param  network: The dictionary describing the network.
         :type   network: ``dict``
@@ -4952,7 +4952,7 @@ n
 
     def _to_route(self, route):
         """
-        Return a Route object from the json-response dictionary.
+        Return a Route object from the JSON-response dictionary.
 
         :param  route: The dictionary describing the route.
         :type   route: ``dict``
@@ -4986,7 +4986,7 @@ n
 
     def _to_node_image(self, image):
         """
-        Return an Image object from the json-response dictionary.
+        Return an Image object from the JSON-response dictionary.
 
         :param  image: The dictionary describing the image.
         :type   image: ``dict``
@@ -5020,7 +5020,7 @@ n
 
     def _to_node_location(self, location):
         """
-        Return a Location object from the json-response dictionary.
+        Return a Location object from the JSON-response dictionary.
 
         :param  location: The dictionary describing the location.
         :type   location: ``dict``
@@ -5034,7 +5034,7 @@ n
 
     def _to_node(self, node):
         """
-        Return a Node object from the json-response dictionary.
+        Return a Node object from the JSON-response dictionary.
 
         :param  node: The dictionary describing the node.
         :type   node: ``dict``
@@ -5098,7 +5098,7 @@ n
 
     def _to_node_size(self, machine_type):
         """
-        Return a Size object from the json-response dictionary.
+        Return a Size object from the JSON-response dictionary.
 
         :param  machine_type: The dictionary describing the machine.
         :type   machine_type: ``dict``
@@ -5124,7 +5124,7 @@ n
 
     def _to_project(self, project):
         """
-        Return a Project object from the json-response dictionary.
+        Return a Project object from the JSON-response dictionary.
 
         :param  project: The dictionary describing the project.
         :type   project: ``dict``
@@ -5149,7 +5149,7 @@ n
 
     def _to_region(self, region):
         """
-        Return a Region object from the json-response dictionary.
+        Return a Region object from the JSON-response dictionary.
 
         :param  region: The dictionary describing the region.
         :type   region: ``dict``
@@ -5176,7 +5176,7 @@ n
 
     def _to_snapshot(self, snapshot):
         """
-        Return a Snapshot object from the json-response dictionary.
+        Return a Snapshot object from the JSON-response dictionary.
 
         :param  snapshot: The dictionary describing the snapshot
         :type   snapshot: ``dict``
@@ -5207,7 +5207,7 @@ n
 
     def _to_storage_volume(self, volume):
         """
-        Return a Volume object from the json-response dictionary.
+        Return a Volume object from the JSON-response dictionary.
 
         :param  volume: The dictionary describing the volume.
         :type   volume: ``dict``
@@ -5228,7 +5228,7 @@ n
 
     def _to_targethttpproxy(self, targethttpproxy):
         """
-        Return a Target HTTP Proxy object from the json-response dictionary.
+        Return a Target HTTP Proxy object from the JSON-response dictionary.
 
         :param  targethttpproxy: The dictionary describing the proxy.
         :type   targethttpproxy: ``dict``
@@ -5247,7 +5247,7 @@ n
 
     def _to_targetinstance(self, targetinstance):
         """
-        Return a Target Instance object from the json-response dictionary.
+        Return a Target Instance object from the JSON-response dictionary.
 
         :param  targetinstance: The dictionary describing the target instance.
         :type   targetinstance: ``dict``
@@ -5274,7 +5274,7 @@ n
 
     def _to_targetpool(self, targetpool):
         """
-        Return a Target Pool object from the json-response dictionary.
+        Return a Target Pool object from the JSON-response dictionary.
 
         :param  targetpool: The dictionary describing the volume.
         :type   targetpool: ``dict``
@@ -5398,7 +5398,7 @@ n
 
     def _to_urlmap(self, urlmap):
         """
-        Return a UrlMap object from the json-response dictionary.
+        Return a UrlMap object from the JSON-response dictionary.
 
         :param  zone: The dictionary describing the url-map.
         :type   zone: ``dict``
@@ -5423,7 +5423,7 @@ n
 
     def _to_zone(self, zone):
         """
-        Return a Zone object from the json-response dictionary.
+        Return a Zone object from the JSON-response dictionary.
 
         :param  zone: The dictionary describing the zone.
         :type   zone: ``dict``
@@ -5445,7 +5445,7 @@ n
 
     def _to_license(self, license):
         """
-        Return a License object from the json-response dictionary.
+        Return a License object from the JSON-response dictionary.
 
         :param  license: The dictionary describing the license.
         :type   license: ``dict``