| { |
| "kind": "compute#instanceList", |
| "id": "projects/party/zones/us-central1-a/instances", |
| "selfLink": "https://www.googleapis.com/compute/v1/projects/party/zones/us-central1-a/instances", |
| "items": [ |
| { |
| "kind": "compute#instance", |
| "id": "13051190678907570425", |
| "description": "desc", |
| "creationTimestamp": "2012-11-25T23:48:20.758", |
| "selfLink": "https://www.googleapis.com/compute/v1/projects/party/zones/us-central1-a/instances/test-0", |
| "name": "test-0", |
| "machineType": "https://www.googleapis.com/compute/v1/projects/party/zones/us-central1-a/machineTypes/n1-standard-1", |
| "status": "RUNNING", |
| "canIpForward": true, |
| "zone": "https://www.googleapis.com/compute/v1/projects/party/zones/us-central1-a", |
| "networkInterfaces": [ |
| { |
| "kind": "compute#instanceNetworkInterface", |
| "name": "nic0", |
| "networkIP": "10.240.121.115", |
| "network": "https://www.googleapis.com/compute/v1/projects/party/global/networks/default" |
| } |
| ], |
| "disks": [ |
| { |
| "kind": "compute#instanceDisk", |
| "type": "PERSISTENT", |
| "mode": "READ_WRITE", |
| "deviceName": "test", |
| "source": "https://www.googleapis.com/compute/v1/projects/party/zones/us-central1-a/disks/test", |
| "index": 0, |
| "boot": true, |
| "initializeParams": { |
| "diskName": "test", |
| "sourceImage": "https://www.googleapis.com/compute/v1/projects/debian-cloud/global/images/debian-7-wheezy-v20140718", |
| "diskSizeGb": "100", |
| "diskType": "https://www.googleapis.com/compute/v1/projects/party/zones/us-central1-a/diskTypes/pd-standard" |
| }, |
| "licenses": [ |
| "https://www.googleapis.com/compute/v1/projects/suse-cloud/global/licenses/sles-12" |
| ], |
| "interface": "NVME" |
| } |
| ], |
| "serviceAccounts": [ |
| { |
| "kind": "compute#serviceAccount", |
| "email": "default", |
| "scopes": [ |
| "myscope" |
| ] |
| } |
| ], |
| "metadata": { |
| "items": [ |
| { |
| "key": "aKey", |
| "value": "aValue" |
| }, |
| { |
| "key": "jclouds-delete-boot-disk", |
| "value": "true" |
| } |
| ], |
| "fingerprint": "efgh" |
| }, |
| "tags": { |
| "items": [ |
| "aTag", |
| "Group-port-42" |
| ], |
| "fingerprint": "abcd" |
| }, |
| "scheduling": { |
| "onHostMaintenance": "MIGRATE", |
| "automaticRestart": false, |
| "preemptible": false |
| } |
| } |
| ] |
| } |