Searched defs:Disk (Results 1 – 2 of 2) sorted by relevance
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/ |
D | compute-gen.go | 3975 type Disk struct { struct 3978 CreationTimestamp string `json:"creationTimestamp,omitempty"` 3982 Description string `json:"description,omitempty"` 3998 DiskEncryptionKey *CustomerEncryptionKey `json:"diskEncryptionKey,omitempty"` 4002 Id uint64 `json:"id,omitempty,string"` 4006 Kind string `json:"kind,omitempty"` 4017 LabelFingerprint string `json:"labelFingerprint,omitempty"` 4021 Labels map[string]string `json:"labels,omitempty"` 4025 LastAttachTimestamp string `json:"lastAttachTimestamp,omitempty"` 4029 LastDetachTimestamp string `json:"lastDetachTimestamp,omitempty"` [all …]
|
D | compute-api.json | 2105 "Disk": { object
|