1
+ {
2
+ "kind" : " compute#diskTypeList" ,
3
+ "id" : " projects/project-id/aggregated/diskTypes" ,
4
+ "items" : [
5
+ {
6
+ "kind" : " compute#diskType" ,
7
+ "id" : " 30014" ,
8
+ "creationTimestamp" : " 1969-12-31T16:00:00.000-08:00" ,
9
+ "name" : " hyperdisk-balanced" ,
10
+ "description" : " Hyperdisk Balanced Persistent Disk" ,
11
+ "validDiskSize" : " 4GB-65536GB" ,
12
+ "zone" : " https://www.googleapis.com/compute/v1/projects/project-id/zones/us-central1-b" ,
13
+ "selfLink" : " https://www.googleapis.com/compute/v1/projects/project-id/zones/us-central1-b/diskTypes/hyperdisk-balanced" ,
14
+ "defaultDiskSizeGb" : " 100"
15
+ },
16
+ {
17
+ "kind" : " compute#diskType" ,
18
+ "id" : " 30012" ,
19
+ "creationTimestamp" : " 1969-12-31T16:00:00.000-08:00" ,
20
+ "name" : " hyperdisk-extreme" ,
21
+ "description" : " Hyperdisk Extreme Persistent Disk" ,
22
+ "validDiskSize" : " 64GB-65536GB" ,
23
+ "zone" : " https://www.googleapis.com/compute/v1/projects/project-id/zones/us-central1-b" ,
24
+ "selfLink" : " https://www.googleapis.com/compute/v1/projects/project-id/zones/us-central1-b/diskTypes/hyperdisk-extreme" ,
25
+ "defaultDiskSizeGb" : " 1000"
26
+ },
27
+ {
28
+ "kind" : " compute#diskType" ,
29
+ "id" : " 30013" ,
30
+ "creationTimestamp" : " 1969-12-31T16:00:00.000-08:00" ,
31
+ "name" : " hyperdisk-throughput" ,
32
+ "description" : " Hyperdisk Throughput Persistent Disk" ,
33
+ "validDiskSize" : " 2048GB-32768GB" ,
34
+ "zone" : " https://www.googleapis.com/compute/v1/projects/project-id/zones/us-central1-b" ,
35
+ "selfLink" : " https://www.googleapis.com/compute/v1/projects/project-id/zones/us-central1-b/diskTypes/hyperdisk-throughput" ,
36
+ "defaultDiskSizeGb" : " 2048"
37
+ },
38
+ {
39
+ "kind" : " compute#diskType" ,
40
+ "id" : " 30003" ,
41
+ "creationTimestamp" : " 1969-12-31T16:00:00.000-08:00" ,
42
+ "name" : " local-ssd" ,
43
+ "description" : " Local SSD" ,
44
+ "validDiskSize" : " 375GB-375GB" ,
45
+ "zone" : " https://www.googleapis.com/compute/v1/projects/project-id/zones/us-central1-b" ,
46
+ "selfLink" : " https://www.googleapis.com/compute/v1/projects/project-id/zones/us-central1-b/diskTypes/local-ssd" ,
47
+ "defaultDiskSizeGb" : " 375"
48
+ },
49
+ {
50
+ "kind" : " compute#diskType" ,
51
+ "id" : " 30007" ,
52
+ "creationTimestamp" : " 1969-12-31T16:00:00.000-08:00" ,
53
+ "name" : " pd-balanced" ,
54
+ "description" : " Balanced Persistent Disk" ,
55
+ "validDiskSize" : " 10GB-65536GB" ,
56
+ "zone" : " https://www.googleapis.com/compute/v1/projects/project-id/zones/us-central1-b" ,
57
+ "selfLink" : " https://www.googleapis.com/compute/v1/projects/project-id/zones/us-central1-b/diskTypes/pd-balanced" ,
58
+ "defaultDiskSizeGb" : " 100"
59
+ },
60
+ {
61
+ "kind" : " compute#diskType" ,
62
+ "id" : " 30008" ,
63
+ "creationTimestamp" : " 1969-12-31T16:00:00.000-08:00" ,
64
+ "name" : " pd-extreme" ,
65
+ "description" : " Extreme Persistent Disk" ,
66
+ "validDiskSize" : " 500GB-65536GB" ,
67
+ "zone" : " https://www.googleapis.com/compute/v1/projects/project-id/zones/us-central1-b" ,
68
+ "selfLink" : " https://www.googleapis.com/compute/v1/projects/project-id/zones/us-central1-b/diskTypes/pd-extreme" ,
69
+ "defaultDiskSizeGb" : " 1000"
70
+ },
71
+ {
72
+ "kind" : " compute#diskType" ,
73
+ "id" : " 30002" ,
74
+ "creationTimestamp" : " 1969-12-31T16:00:00.000-08:00" ,
75
+ "name" : " pd-ssd" ,
76
+ "description" : " SSD Persistent Disk" ,
77
+ "validDiskSize" : " 10GB-65536GB" ,
78
+ "zone" : " https://www.googleapis.com/compute/v1/projects/project-id/zones/us-central1-b" ,
79
+ "selfLink" : " https://www.googleapis.com/compute/v1/projects/project-id/zones/us-central1-b/diskTypes/pd-ssd" ,
80
+ "defaultDiskSizeGb" : " 100"
81
+ },
82
+ {
83
+ "kind" : " compute#diskType" ,
84
+ "id" : " 30001" ,
85
+ "creationTimestamp" : " 1969-12-31T16:00:00.000-08:00" ,
86
+ "name" : " pd-standard" ,
87
+ "description" : " Standard Persistent Disk" ,
88
+ "validDiskSize" : " 10GB-65536GB" ,
89
+ "zone" : " https://www.googleapis.com/compute/v1/projects/project-id/zones/us-central1-b" ,
90
+ "selfLink" : " https://www.googleapis.com/compute/v1/projects/project-id/zones/us-central1-b/diskTypes/pd-standard" ,
91
+ "defaultDiskSizeGb" : " 500"
92
+ }
93
+ ],
94
+ "selfLink" : " https://www.googleapis.com/compute/v1/projects/project/zones/us-central1-b/diskTypes"
95
+ }
0 commit comments