OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/compute": { | 5 "https://www.googleapis.com/auth/compute": { |
6 "description": "View and manage your Google Compute Engine r
esources" | 6 "description": "View and manage your Google Compute Engine r
esources" |
7 }, | 7 }, |
8 "https://www.googleapis.com/auth/compute.readonly": { | 8 "https://www.googleapis.com/auth/compute.readonly": { |
9 "description": "View your Google Compute Engine resources" | 9 "description": "View your Google Compute Engine resources" |
10 }, | 10 }, |
11 "https://www.googleapis.com/auth/devstorage.full_control": { | 11 "https://www.googleapis.com/auth/devstorage.full_control": { |
12 "description": "Manage your data and permissions in Google C
loud Storage" | 12 "description": "Manage your data and permissions in Google C
loud Storage" |
13 }, | 13 }, |
14 "https://www.googleapis.com/auth/devstorage.read_only": { | 14 "https://www.googleapis.com/auth/devstorage.read_only": { |
15 "description": "View your data in Google Cloud Storage" | 15 "description": "View your data in Google Cloud Storage" |
16 }, | 16 }, |
17 "https://www.googleapis.com/auth/devstorage.read_write": { | 17 "https://www.googleapis.com/auth/devstorage.read_write": { |
18 "description": "Manage your data in Google Cloud Storage" | 18 "description": "Manage your data in Google Cloud Storage" |
19 } | 19 } |
20 } | 20 } |
21 } | 21 } |
22 }, | 22 }, |
23 "basePath": "/compute/v1/projects/", | 23 "basePath": "/compute/v1/projects/", |
24 "baseUrl": "https://www.googleapis.com/compute/v1/projects/", | 24 "baseUrl": "https://www.googleapis.com/compute/v1/projects/", |
25 "batchPath": "batch", | 25 "batchPath": "batch", |
26 "description": "API for the Google Compute Engine service.", | 26 "description": "API for the Google Compute Engine service.", |
27 "discoveryVersion": "v1", | 27 "discoveryVersion": "v1", |
28 "documentationLink": "https://developers.google.com/compute/docs/reference/l
atest/", | 28 "documentationLink": "https://developers.google.com/compute/docs/reference/l
atest/", |
29 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/GzT3QuznikNBeUl_jZ6mEw13u7c\"", | 29 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/qp3DHGvWPpREzEdWk7WwxnpgC9w\"", |
30 "icons": { | 30 "icons": { |
31 "x16": "https://www.google.com/images/icons/product/compute_engine-16.pn
g", | 31 "x16": "https://www.google.com/images/icons/product/compute_engine-16.pn
g", |
32 "x32": "https://www.google.com/images/icons/product/compute_engine-32.pn
g" | 32 "x32": "https://www.google.com/images/icons/product/compute_engine-32.pn
g" |
33 }, | 33 }, |
34 "id": "compute:v1", | 34 "id": "compute:v1", |
35 "kind": "discovery#restDescription", | 35 "kind": "discovery#restDescription", |
36 "name": "compute", | 36 "name": "compute", |
37 "ownerDomain": "google.com", | 37 "ownerDomain": "google.com", |
38 "ownerName": "Google", | 38 "ownerName": "Google", |
39 "parameters": { | 39 "parameters": { |
(...skipping 5242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5282 "$ref": "ZoneList" | 5282 "$ref": "ZoneList" |
5283 }, | 5283 }, |
5284 "scopes": [ | 5284 "scopes": [ |
5285 "https://www.googleapis.com/auth/compute", | 5285 "https://www.googleapis.com/auth/compute", |
5286 "https://www.googleapis.com/auth/compute.readonly" | 5286 "https://www.googleapis.com/auth/compute.readonly" |
5287 ] | 5287 ] |
5288 } | 5288 } |
5289 } | 5289 } |
5290 } | 5290 } |
5291 }, | 5291 }, |
5292 "revision": "20141008", | 5292 "revision": "20141014", |
5293 "rootUrl": "https://www.googleapis.com/", | 5293 "rootUrl": "https://www.googleapis.com/", |
5294 "schemas": { | 5294 "schemas": { |
5295 "AccessConfig": { | 5295 "AccessConfig": { |
5296 "description": "An access configuration attached to an instance's ne
twork interface.", | 5296 "description": "An access configuration attached to an instance's ne
twork interface.", |
5297 "id": "AccessConfig", | 5297 "id": "AccessConfig", |
5298 "properties": { | 5298 "properties": { |
5299 "kind": { | 5299 "kind": { |
5300 "default": "compute#accessConfig", | 5300 "default": "compute#accessConfig", |
5301 "description": "Type of the resource.", | 5301 "description": "Type of the resource.", |
5302 "type": "string" | 5302 "type": "string" |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5541 }, | 5541 }, |
5542 "index": { | 5542 "index": { |
5543 "description": "A zero-based index to assign to this disk, w
here 0 is reserved for the boot disk. If not specified, the server will choose a
n appropriate value (output only).", | 5543 "description": "A zero-based index to assign to this disk, w
here 0 is reserved for the boot disk. If not specified, the server will choose a
n appropriate value (output only).", |
5544 "format": "int32", | 5544 "format": "int32", |
5545 "type": "integer" | 5545 "type": "integer" |
5546 }, | 5546 }, |
5547 "initializeParams": { | 5547 "initializeParams": { |
5548 "$ref": "AttachedDiskInitializeParams", | 5548 "$ref": "AttachedDiskInitializeParams", |
5549 "description": "Initialization parameters." | 5549 "description": "Initialization parameters." |
5550 }, | 5550 }, |
| 5551 "interface": { |
| 5552 "enum": [ |
| 5553 "NVME", |
| 5554 "SCSI" |
| 5555 ], |
| 5556 "enumDescriptions": [ |
| 5557 "", |
| 5558 "" |
| 5559 ], |
| 5560 "type": "string" |
| 5561 }, |
5551 "kind": { | 5562 "kind": { |
5552 "default": "compute#attachedDisk", | 5563 "default": "compute#attachedDisk", |
5553 "description": "Type of the resource.", | 5564 "description": "Type of the resource.", |
5554 "type": "string" | 5565 "type": "string" |
5555 }, | 5566 }, |
5556 "licenses": { | 5567 "licenses": { |
5557 "description": "Public visible licenses.", | 5568 "description": "Public visible licenses.", |
5558 "items": { | 5569 "items": { |
5559 "type": "string" | 5570 "type": "string" |
5560 }, | 5571 }, |
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6289 "required": [ | 6300 "required": [ |
6290 "compute.firewalls.insert", | 6301 "compute.firewalls.insert", |
6291 "compute.firewalls.patch" | 6302 "compute.firewalls.patch" |
6292 ] | 6303 ] |
6293 }, | 6304 }, |
6294 "description": "Name of the resource; provided by the client
when the resource is created. The name must be 1-63 characters long, and comply
with RFC1035.", | 6305 "description": "Name of the resource; provided by the client
when the resource is created. The name must be 1-63 characters long, and comply
with RFC1035.", |
6295 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", | 6306 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", |
6296 "type": "string" | 6307 "type": "string" |
6297 }, | 6308 }, |
6298 "network": { | 6309 "network": { |
6299 "annotations": { | |
6300 "required": [ | |
6301 "compute.firewalls.insert", | |
6302 "compute.firewalls.patch" | |
6303 ] | |
6304 }, | |
6305 "description": "URL of the network to which this firewall is
applied; provided by the client when the firewall is created.", | 6310 "description": "URL of the network to which this firewall is
applied; provided by the client when the firewall is created.", |
6306 "type": "string" | 6311 "type": "string" |
6307 }, | 6312 }, |
6308 "selfLink": { | 6313 "selfLink": { |
6309 "description": "Server defined URL for the resource (output
only).", | 6314 "description": "Server defined URL for the resource (output
only).", |
6310 "type": "string" | 6315 "type": "string" |
6311 }, | 6316 }, |
6312 "sourceRanges": { | 6317 "sourceRanges": { |
6313 "description": "A list of IP address blocks expressed in CID
R format which this rule applies to. One or both of sourceRanges and sourceTags
may be set; an inbound connection is allowed if either the range or the tag of t
he source matches.", | 6318 "description": "A list of IP address blocks expressed in CID
R format which this rule applies to. One or both of sourceRanges and sourceTags
may be set; an inbound connection is allowed if either the range or the tag of t
he source matches.", |
6314 "items": { | 6319 "items": { |
(...skipping 1794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8109 "EPHEMERAL_ADDRESSES", | 8114 "EPHEMERAL_ADDRESSES", |
8110 "FIREWALLS", | 8115 "FIREWALLS", |
8111 "FORWARDING_RULES", | 8116 "FORWARDING_RULES", |
8112 "HEALTH_CHECKS", | 8117 "HEALTH_CHECKS", |
8113 "IMAGES", | 8118 "IMAGES", |
8114 "IMAGES_TOTAL_GB", | 8119 "IMAGES_TOTAL_GB", |
8115 "INSTANCES", | 8120 "INSTANCES", |
8116 "IN_USE_ADDRESSES", | 8121 "IN_USE_ADDRESSES", |
8117 "KERNELS", | 8122 "KERNELS", |
8118 "KERNELS_TOTAL_GB", | 8123 "KERNELS_TOTAL_GB", |
| 8124 "LOCAL_SSD_TOTAL_GB", |
8119 "NETWORKS", | 8125 "NETWORKS", |
8120 "OPERATIONS", | 8126 "OPERATIONS", |
8121 "ROUTES", | 8127 "ROUTES", |
8122 "SNAPSHOTS", | 8128 "SNAPSHOTS", |
8123 "SSD_TOTAL_GB", | 8129 "SSD_TOTAL_GB", |
8124 "STATIC_ADDRESSES", | 8130 "STATIC_ADDRESSES", |
8125 "TARGET_HTTP_PROXIES", | 8131 "TARGET_HTTP_PROXIES", |
8126 "TARGET_INSTANCES", | 8132 "TARGET_INSTANCES", |
8127 "TARGET_POOLS", | 8133 "TARGET_POOLS", |
8128 "URL_MAPS" | 8134 "URL_MAPS" |
(...skipping 15 matching lines...) Expand all Loading... |
8144 "", | 8150 "", |
8145 "", | 8151 "", |
8146 "", | 8152 "", |
8147 "", | 8153 "", |
8148 "", | 8154 "", |
8149 "", | 8155 "", |
8150 "", | 8156 "", |
8151 "", | 8157 "", |
8152 "", | 8158 "", |
8153 "", | 8159 "", |
| 8160 "", |
8154 "" | 8161 "" |
8155 ], | 8162 ], |
8156 "type": "string" | 8163 "type": "string" |
8157 }, | 8164 }, |
8158 "usage": { | 8165 "usage": { |
8159 "description": "Current usage of this metric.", | 8166 "description": "Current usage of this metric.", |
8160 "format": "double", | 8167 "format": "double", |
8161 "type": "number" | 8168 "type": "number" |
8162 } | 8169 } |
8163 }, | 8170 }, |
(...skipping 1346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9510 "type": "string" | 9517 "type": "string" |
9511 } | 9518 } |
9512 }, | 9519 }, |
9513 "type": "object" | 9520 "type": "object" |
9514 } | 9521 } |
9515 }, | 9522 }, |
9516 "servicePath": "compute/v1/projects/", | 9523 "servicePath": "compute/v1/projects/", |
9517 "title": "Compute Engine API", | 9524 "title": "Compute Engine API", |
9518 "version": "v1" | 9525 "version": "v1" |
9519 } | 9526 } |
OLD | NEW |