-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Compute's DiskType.id field is never set #695
Copy link
Copy link
Closed
Labels
api: computeIssues related to the Compute Engine API.Issues related to the Compute Engine API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Metadata
Metadata
Assignees
Labels
api: computeIssues related to the Compute Engine API.Issues related to the Compute Engine API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
DiskType.id is documented but never returned by the service. See for instance the result of a GET:
{ "kind": "compute#diskType", "creationTimestamp": "2014-10-17T16:09:45.266-07:00", "name": "local-ssd", "description": "Local SSD", "validDiskSize": "375GB-375GB", "zone": "https://content.googleapis.com/compute/v1/projects/gcloud-devel/zones/us-central1-a", "selfLink": "https://content.googleapis.com/compute/v1/projects/gcloud-devel/zones/us-central1-a/diskTypes/local-ssd", "defaultDiskSizeGb": "375" }