Updated Branches: refs/heads/master f31d908ea -> c7e936926
http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/blob/c7e93692/google-compute-engine/src/test/resources/region_get.json ---------------------------------------------------------------------- diff --git a/google-compute-engine/src/test/resources/region_get.json b/google-compute-engine/src/test/resources/region_get.json index f48e6de..e72790c 100644 --- a/google-compute-engine/src/test/resources/region_get.json +++ b/google-compute-engine/src/test/resources/region_get.json @@ -1,13 +1,60 @@ { "kind": "compute#region", - "selfLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/regions/us-central1", + "selfLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/regions/us-central1", "id": "12912210600542709766", "creationTimestamp": "2013-07-08T14:40:37.939-07:00", "name": "us-central1", "description": "us-central1", "status": "UP", "zones": [ - "https://www.googleapis.com/compute/v1beta15/zones/us-central1-a", - "https://www.googleapis.com/compute/v1beta15/zones/us-central1-b" + "https://www.googleapis.com/compute/v1beta16/zones/us-central1-a", + "https://www.googleapis.com/compute/v1beta16/zones/us-central1-b" + ], + "quotas": [ + { + "metric": "INSTANCES", + "usage": 0, + "limit": 8 + }, + { + "metric": "CPUS", + "usage": 0, + "limit": 8 + }, + { + "metric": "EPHEMERAL_ADDRESSES", + "usage": 0, + "limit": 8 + }, + { + "metric": "DISKS", + "usage": 0, + "limit": 8 + }, + { + "metric": "DISKS_TOTAL_GB", + "usage": 0, + "limit": 100 + }, + { + "metric": "SNAPSHOTS", + "usage": 0, + "limit": 1000 + }, + { + "metric": "NETWORKS", + "usage": 1, + "limit": 5 + }, + { + "metric": "FIREWALLS", + "usage": 2, + "limit": 100 + }, + { + "metric": "IMAGES", + "usage": 0, + "limit": 100 + } ] } \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/blob/c7e93692/google-compute-engine/src/test/resources/region_list.json ---------------------------------------------------------------------- diff --git a/google-compute-engine/src/test/resources/region_list.json b/google-compute-engine/src/test/resources/region_list.json index 6e5df45..4ab17dc 100644 --- a/google-compute-engine/src/test/resources/region_list.json +++ b/google-compute-engine/src/test/resources/region_list.json @@ -1,31 +1,125 @@ { "kind": "compute#regionList", - "selfLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/regions", + "selfLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/regions", "id": "projects/myproject/regions", "items": [ { "kind": "compute#region", - "selfLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/regions/us-central1", + "selfLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/regions/us-central1", "id": "12912210600542709766", "creationTimestamp": "2013-07-08T14:40:37.939-07:00", "name": "us-central1", "description": "us-central1", "status": "UP", "zones": [ - "https://www.googleapis.com/compute/v1beta15/zones/us-central1-a", - "https://www.googleapis.com/compute/v1beta15/zones/us-central1-b" + "https://www.googleapis.com/compute/v1beta16/zones/us-central1-a", + "https://www.googleapis.com/compute/v1beta16/zones/us-central1-b" + ], + "quotas": [ + { + "metric": "INSTANCES", + "usage": 0, + "limit": 8 + }, + { + "metric": "CPUS", + "usage": 0, + "limit": 8 + }, + { + "metric": "EPHEMERAL_ADDRESSES", + "usage": 0, + "limit": 8 + }, + { + "metric": "DISKS", + "usage": 0, + "limit": 8 + }, + { + "metric": "DISKS_TOTAL_GB", + "usage": 0, + "limit": 100 + }, + { + "metric": "SNAPSHOTS", + "usage": 0, + "limit": 1000 + }, + { + "metric": "NETWORKS", + "usage": 1, + "limit": 5 + }, + { + "metric": "FIREWALLS", + "usage": 2, + "limit": 100 + }, + { + "metric": "IMAGES", + "usage": 0, + "limit": 100 + } ] }, { "kind": "compute#region", - "selfLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/regions/us-central2", + "selfLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/regions/us-central2", "id": "6396763663251190992", "creationTimestamp": "2013-07-08T14:40:37.939-07:00", "name": "us-central2", "description": "us-central2", "status": "UP", "zones": [ - "https://www.googleapis.com/compute/v1beta15/zones/us-central2-a" + "https://www.googleapis.com/compute/v1beta16/zones/us-central2-a" + ], + "quotas": [ + { + "metric": "INSTANCES", + "usage": 0, + "limit": 8 + }, + { + "metric": "CPUS", + "usage": 0, + "limit": 8 + }, + { + "metric": "EPHEMERAL_ADDRESSES", + "usage": 0, + "limit": 8 + }, + { + "metric": "DISKS", + "usage": 0, + "limit": 8 + }, + { + "metric": "DISKS_TOTAL_GB", + "usage": 0, + "limit": 100 + }, + { + "metric": "SNAPSHOTS", + "usage": 0, + "limit": 1000 + }, + { + "metric": "NETWORKS", + "usage": 1, + "limit": 5 + }, + { + "metric": "FIREWALLS", + "usage": 2, + "limit": 100 + }, + { + "metric": "IMAGES", + "usage": 0, + "limit": 100 + } ] } ] http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/blob/c7e93692/google-compute-engine/src/test/resources/region_operation.json ---------------------------------------------------------------------- diff --git a/google-compute-engine/src/test/resources/region_operation.json b/google-compute-engine/src/test/resources/region_operation.json index 738e176..6afe246 100644 --- a/google-compute-engine/src/test/resources/region_operation.json +++ b/google-compute-engine/src/test/resources/region_operation.json @@ -1,9 +1,9 @@ { "kind": "compute#operation", "id": "13053095055850848306", - "selfLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/regions/us-central1/operations/operation-1354084865060-4cf88735faeb8-bbbb12cb", + "selfLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/regions/us-central1/operations/operation-1354084865060-4cf88735faeb8-bbbb12cb", "name": "operation-1354084865060-4cf88735faeb8-bbbb12cb", - "targetLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/regions/us-central1/addresses/test-address", + "targetLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/regions/us-central1/addresses/test-address", "targetId": "13053094017547040099", "status": "DONE", "user": "[email protected]", @@ -12,5 +12,5 @@ "startTime": "2012-11-28T06:41:05.142", "endTime": "2012-11-28T06:41:06.142", "operationType": "insert", - "region": "https://www.googleapis.com/compute/v1beta15/projects/myproject/regions/us-central1" + "region": "https://www.googleapis.com/compute/v1beta16/projects/myproject/regions/us-central1" } \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/blob/c7e93692/google-compute-engine/src/test/resources/region_operation_list.json ---------------------------------------------------------------------- diff --git a/google-compute-engine/src/test/resources/region_operation_list.json b/google-compute-engine/src/test/resources/region_operation_list.json index 047d12f..b883615 100644 --- a/google-compute-engine/src/test/resources/region_operation_list.json +++ b/google-compute-engine/src/test/resources/region_operation_list.json @@ -1,14 +1,14 @@ { "kind": "compute#operationList", "id": "projects/myproject/regions/us-central1/operations", - "selfLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/regions/us-central1/operations", + "selfLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/regions/us-central1/operations", "items": [ { "kind": "compute#operation", "id": "13053095055850848306", - "selfLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/regions/us-central1/operations/operation-1354084865060-4cf88735faeb8-bbbb12cb", + "selfLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/regions/us-central1/operations/operation-1354084865060-4cf88735faeb8-bbbb12cb", "name": "operation-1354084865060-4cf88735faeb8-bbbb12cb", - "targetLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/regions/us-central1/addresses/test-address", + "targetLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/regions/us-central1/addresses/test-address", "targetId": "13053094017547040099", "status": "DONE", "user": "[email protected]", @@ -17,7 +17,7 @@ "startTime": "2012-11-28T06:41:05.142", "endTime": "2012-11-28T06:41:06.142", "operationType": "insert", - "region": "https://www.googleapis.com/compute/v1beta15/projects/myproject/regions/us-central1" + "region": "https://www.googleapis.com/compute/v1beta16/projects/myproject/regions/us-central1" } ] } \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/blob/c7e93692/google-compute-engine/src/test/resources/route_get.json ---------------------------------------------------------------------- diff --git a/google-compute-engine/src/test/resources/route_get.json b/google-compute-engine/src/test/resources/route_get.json index 994f0b1..fd23769 100644 --- a/google-compute-engine/src/test/resources/route_get.json +++ b/google-compute-engine/src/test/resources/route_get.json @@ -1,14 +1,14 @@ { "kind": "compute#route", - "selfLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/global/routes/default-route-c99ebfbed0e1f375", + "selfLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/global/routes/default-route-c99ebfbed0e1f375", "id": "7241926205630356071", "creationTimestamp": "2013-07-08T14:40:38.502-07:00", "name": "default-route-c99ebfbed0e1f375", "description": "Default route to the virtual network.", - "network": "https://www.googleapis.com/compute/v1beta15/projects/myproject/global/networks/default", + "network": "https://www.googleapis.com/compute/v1beta16/projects/myproject/global/networks/default", "destRange": "10.240.0.0/16", "priority": 1000, - "nextHopNetwork": "https://www.googleapis.com/compute/v1beta15/projects/myproject/global/networks/default", + "nextHopNetwork": "https://www.googleapis.com/compute/v1beta16/projects/myproject/global/networks/default", "tags": [ "fooTag", "barTag" ] } \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/blob/c7e93692/google-compute-engine/src/test/resources/route_insert.json ---------------------------------------------------------------------- diff --git a/google-compute-engine/src/test/resources/route_insert.json b/google-compute-engine/src/test/resources/route_insert.json index 6f0bc30..2c15020 100644 --- a/google-compute-engine/src/test/resources/route_insert.json +++ b/google-compute-engine/src/test/resources/route_insert.json @@ -1 +1 @@ -{"name":"default-route-c99ebfbed0e1f375","description":"Default route to the virtual network.","network":"https://www.googleapis.com/compute/v1beta15/projects/myproject/global/networks/default","destRange":"10.240.0.0/16","priority":1000,"nextHopNetwork":"https://www.googleapis.com/compute/v1beta15/projects/myproject/global/networks/default","tags":["fooTag","barTag"]} \ No newline at end of file +{"name":"default-route-c99ebfbed0e1f375","description":"Default route to the virtual network.","network":"https://www.googleapis.com/compute/v1beta16/projects/myproject/global/networks/default","destRange":"10.240.0.0/16","priority":1000,"nextHopNetwork":"https://www.googleapis.com/compute/v1beta16/projects/myproject/global/networks/default","tags":["fooTag","barTag"]} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/blob/c7e93692/google-compute-engine/src/test/resources/route_list.json ---------------------------------------------------------------------- diff --git a/google-compute-engine/src/test/resources/route_list.json b/google-compute-engine/src/test/resources/route_list.json index a8ffc2e..bbb54dd 100644 --- a/google-compute-engine/src/test/resources/route_list.json +++ b/google-compute-engine/src/test/resources/route_list.json @@ -1,34 +1,34 @@ { "kind": "compute#routeList", - "selfLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/global/routes", + "selfLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/global/routes", "id": "projects/myproject/global/routes", "items": [ { "kind": "compute#route", - "selfLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/global/routes/default-route-c99ebfbed0e1f375", + "selfLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/global/routes/default-route-c99ebfbed0e1f375", "id": "7241926205630356071", "creationTimestamp": "2013-07-08T14:40:38.502-07:00", "name": "default-route-c99ebfbed0e1f375", "description": "Default route to the virtual network.", - "network": "https://www.googleapis.com/compute/v1beta15/projects/myproject/global/networks/default", + "network": "https://www.googleapis.com/compute/v1beta16/projects/myproject/global/networks/default", "destRange": "10.240.0.0/16", "priority": 1000, - "nextHopNetwork": "https://www.googleapis.com/compute/v1beta15/projects/myproject/global/networks/default", + "nextHopNetwork": "https://www.googleapis.com/compute/v1beta16/projects/myproject/global/networks/default", "tags": [ "fooTag", "barTag" ] }, { "kind": "compute#route", - "selfLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/global/routes/default-route-fc92a41ecb5a8d17", + "selfLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/global/routes/default-route-fc92a41ecb5a8d17", "id": "507025480040058551", "creationTimestamp": "2013-07-08T14:40:38.502-07:00", "name": "default-route-fc92a41ecb5a8d17", "description": "Default route to the Internet.", - "network": "https://www.googleapis.com/compute/v1beta15/projects/myproject/global/networks/default", + "network": "https://www.googleapis.com/compute/v1beta16/projects/myproject/global/networks/default", "destRange": "0.0.0.0/0", "priority": 1000, - "nextHopGateway": "https://www.googleapis.com/compute/v1beta15/projects/myproject/global/gateways/default-internet-gateway" + "nextHopGateway": "https://www.googleapis.com/compute/v1beta16/projects/myproject/global/gateways/default-internet-gateway" } ] } \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/blob/c7e93692/google-compute-engine/src/test/resources/snapshot_get.json ---------------------------------------------------------------------- diff --git a/google-compute-engine/src/test/resources/snapshot_get.json b/google-compute-engine/src/test/resources/snapshot_get.json index 6ec8ee4..16c89d2 100644 --- a/google-compute-engine/src/test/resources/snapshot_get.json +++ b/google-compute-engine/src/test/resources/snapshot_get.json @@ -1,12 +1,12 @@ { "kind": "compute#snapshot", - "selfLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/global/snapshots/test-snap", + "selfLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/global/snapshots/test-snap", "id": "9734455566806191190", "creationTimestamp": "2013-07-26T12:54:23.173-07:00", "status": "READY", "diskSizeGb": "10", - "sourceDisk": "https://www.googleapis.com/compute/v1beta15/projects/myproject/zones/us-central1-a/disks/testimage1", + "sourceDisk": "https://www.googleapis.com/compute/v1beta16/projects/myproject/zones/us-central1-a/disks/testimage1", "name": "test-snap", "description": "", "sourceDiskId": "8243603669926824540" http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/blob/c7e93692/google-compute-engine/src/test/resources/snapshot_list.json ---------------------------------------------------------------------- diff --git a/google-compute-engine/src/test/resources/snapshot_list.json b/google-compute-engine/src/test/resources/snapshot_list.json index 9db2e3d..13f0f99 100644 --- a/google-compute-engine/src/test/resources/snapshot_list.json +++ b/google-compute-engine/src/test/resources/snapshot_list.json @@ -1,17 +1,17 @@ { "kind": "compute#snapshotList", - "selfLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/global/snapshots", + "selfLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/global/snapshots", "id": "projects/myproject/global/snapshots", "items": [ { "kind": "compute#snapshot", - "selfLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/global/snapshots/test-snap", + "selfLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/global/snapshots/test-snap", "id": "9734455566806191190", "creationTimestamp": "2013-07-26T12:54:23.173-07:00", "status": "READY", "diskSizeGb": "10", - "sourceDisk": "https://www.googleapis.com/compute/v1beta15/projects/myproject/zones/us-central1-a/disks/testimage1", + "sourceDisk": "https://www.googleapis.com/compute/v1beta16/projects/myproject/zones/us-central1-a/disks/testimage1", "name": "test-snap", "description": "", "sourceDiskId": "8243603669926824540" @@ -19,12 +19,12 @@ { "kind": "compute#snapshot", - "selfLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/global/snapshots/test-snap2", + "selfLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/global/snapshots/test-snap2", "id": "13895715048576107883", "creationTimestamp": "2013-07-26T12:57:01.927-07:00", "status": "READY", "diskSizeGb": "10", - "sourceDisk": "https://www.googleapis.com/compute/v1beta15/projects/myproject/zones/us-central1-a/disks/testimage1", + "sourceDisk": "https://www.googleapis.com/compute/v1beta16/projects/myproject/zones/us-central1-a/disks/testimage1", "name": "test-snap2", "description": "", "sourceDiskId": "8243603669926824540" http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/blob/c7e93692/google-compute-engine/src/test/resources/zone_get.json ---------------------------------------------------------------------- diff --git a/google-compute-engine/src/test/resources/zone_get.json b/google-compute-engine/src/test/resources/zone_get.json index c64aeee..7161e30 100644 --- a/google-compute-engine/src/test/resources/zone_get.json +++ b/google-compute-engine/src/test/resources/zone_get.json @@ -2,7 +2,7 @@ "kind": "compute#zone", "id": "13020128040171887099", "creationTimestamp": "2012-10-19T16:42:54.131", - "selfLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/zones/us-central1-a", + "selfLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/zones/us-central1-a", "name": "us-central1-a", "description": "us-central1-a", "status": "DOWN", http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/blob/c7e93692/google-compute-engine/src/test/resources/zone_list.json ---------------------------------------------------------------------- diff --git a/google-compute-engine/src/test/resources/zone_list.json b/google-compute-engine/src/test/resources/zone_list.json index fb1a6df..e696196 100644 --- a/google-compute-engine/src/test/resources/zone_list.json +++ b/google-compute-engine/src/test/resources/zone_list.json @@ -1,13 +1,13 @@ { "kind": "compute#zoneList", "id": "projects/myproject/zones", - "selfLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/zones", + "selfLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/zones", "items": [ { "kind": "compute#zone", "id": "13020128040171887099", "creationTimestamp": "2012-10-19T16:42:54.131", - "selfLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/zones/us-central1-a", + "selfLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/zones/us-central1-a", "name": "us-central1-a", "description": "us-central1-a", "status": "DOWN", @@ -24,7 +24,7 @@ "kind": "compute#zone", "id": "13024414164050619686", "creationTimestamp": "2012-10-24T20:13:19.271", - "selfLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/zones/us-central1-b", + "selfLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/zones/us-central1-b", "name": "us-central1-b", "description": "us-central1-b", "status": "UP", http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/blob/c7e93692/google-compute-engine/src/test/resources/zone_list_short.json ---------------------------------------------------------------------- diff --git a/google-compute-engine/src/test/resources/zone_list_short.json b/google-compute-engine/src/test/resources/zone_list_short.json index 5512aa0..e406cef 100644 --- a/google-compute-engine/src/test/resources/zone_list_short.json +++ b/google-compute-engine/src/test/resources/zone_list_short.json @@ -1,13 +1,13 @@ { "kind": "compute#zoneList", "id": "projects/myproject/zones", - "selfLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/zones", + "selfLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/zones", "items": [ { "kind": "compute#zone", "id": "13020128040171887099", "creationTimestamp": "2012-10-19T16:42:54.131", - "selfLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/zones/us-central1-a", + "selfLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/zones/us-central1-a", "name": "us-central1-a", "description": "us-central1-a", "status": "DOWN", http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/blob/c7e93692/google-compute-engine/src/test/resources/zone_operation.json ---------------------------------------------------------------------- diff --git a/google-compute-engine/src/test/resources/zone_operation.json b/google-compute-engine/src/test/resources/zone_operation.json index ab93cb9..4db38df 100644 --- a/google-compute-engine/src/test/resources/zone_operation.json +++ b/google-compute-engine/src/test/resources/zone_operation.json @@ -1,9 +1,9 @@ { "kind": "compute#operation", "id": "13053095055850848306", - "selfLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/zones/us-central1-a/operations/operation-1354084865060-4cf88735faeb8-bbbb12cb", + "selfLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/zones/us-central1-a/operations/operation-1354084865060-4cf88735faeb8-bbbb12cb", "name": "operation-1354084865060-4cf88735faeb8-bbbb12cb", - "targetLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/zones/us-central1-a/instances/instance-api-live-test-instance", + "targetLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/zones/us-central1-a/instances/instance-api-live-test-instance", "targetId": "13053094017547040099", "status": "DONE", "user": "[email protected]", @@ -12,5 +12,5 @@ "startTime": "2012-11-28T06:41:05.142", "endTime": "2012-11-28T06:41:06.142", "operationType": "insert", - "zone": "https://www.googleapis.com/compute/v1beta15/projects/myproject/zones/us-central1-a" + "zone": "https://www.googleapis.com/compute/v1beta16/projects/myproject/zones/us-central1-a" } \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/blob/c7e93692/google-compute-engine/src/test/resources/zone_operation_error.json ---------------------------------------------------------------------- diff --git a/google-compute-engine/src/test/resources/zone_operation_error.json b/google-compute-engine/src/test/resources/zone_operation_error.json index 10b5477..c942ae7 100644 --- a/google-compute-engine/src/test/resources/zone_operation_error.json +++ b/google-compute-engine/src/test/resources/zone_operation_error.json @@ -1,9 +1,9 @@ { "kind": "compute#operation", "id": "13053095055850848306", - "selfLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/zones/us-central1-a/operations/operation-1354084865060-4cf88735faeb8-bbbb12cb", + "selfLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/zones/us-central1-a/operations/operation-1354084865060-4cf88735faeb8-bbbb12cb", "name": "operation-1354084865060-4cf88735faeb8-bbbb12cb", - "targetLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/zones/us-central1-a/instances/instance-api-live-test-instance", + "targetLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/zones/us-central1-a/instances/instance-api-live-test-instance", "targetId": "13053094017547040099", "status": "DONE", "user": "[email protected]", @@ -21,5 +21,5 @@ ] }, "operationType": "insert", - "zone": "https://www.googleapis.com/compute/v1beta15/projects/myproject/zones/us-central1-a" + "zone": "https://www.googleapis.com/compute/v1beta16/projects/myproject/zones/us-central1-a" } \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/blob/c7e93692/google-compute-engine/src/test/resources/zone_operation_list.json ---------------------------------------------------------------------- diff --git a/google-compute-engine/src/test/resources/zone_operation_list.json b/google-compute-engine/src/test/resources/zone_operation_list.json index 7a3137a..ef31542 100644 --- a/google-compute-engine/src/test/resources/zone_operation_list.json +++ b/google-compute-engine/src/test/resources/zone_operation_list.json @@ -1,14 +1,14 @@ { "kind": "compute#operationList", "id": "projects/myproject/zones/us-central1-a/operations", - "selfLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/zones/us-central1-a/operations", + "selfLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/zones/us-central1-a/operations", "items": [ { "kind": "compute#operation", "id": "13053095055850848306", - "selfLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/zones/us-central1-a/operations/operation-1354084865060-4cf88735faeb8-bbbb12cb", + "selfLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/zones/us-central1-a/operations/operation-1354084865060-4cf88735faeb8-bbbb12cb", "name": "operation-1354084865060-4cf88735faeb8-bbbb12cb", - "targetLink": "https://www.googleapis.com/compute/v1beta15/projects/myproject/zones/us-central1-a/instances/instance-api-live-test-instance", + "targetLink": "https://www.googleapis.com/compute/v1beta16/projects/myproject/zones/us-central1-a/instances/instance-api-live-test-instance", "targetId": "13053094017547040099", "status": "DONE", "user": "[email protected]", @@ -17,7 +17,7 @@ "startTime": "2012-11-28T06:41:05.142", "endTime": "2012-11-28T06:41:06.142", "operationType": "insert", - "zone": "https://www.googleapis.com/compute/v1beta15/projects/myproject/zones/us-central1-a" + "zone": "https://www.googleapis.com/compute/v1beta16/projects/myproject/zones/us-central1-a" } ] } \ No newline at end of file
