Skip to content

Compute's DiskType.id field is never set #695

Closed
@mziccard

Description

@mziccard

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"
}

Metadata

Metadata

Assignees

Labels

api: computeIssues related to the Compute Engine API.priority: p2Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions