Home
last modified time | relevance | path

Searched defs:AttachedDiskInitializeParams (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
Dcompute-gen.go1608 type AttachedDiskInitializeParams struct { struct
1611 DiskName string `json:"diskName,omitempty"`
1614 DiskSizeGb int64 `json:"diskSizeGb,omitempty,string"`
1621 DiskStorageType string `json:"diskStorageType,omitempty"`
1639 DiskType string `json:"diskType,omitempty"`
1670 SourceImage string `json:"sourceImage,omitempty"`
1679 SourceImageEncryptionKey *CustomerEncryptionKey `json:"sourceImageEncryptionKey,omitempty"`
1687 ForceSendFields []string `json:"-"`
1695 NullFields []string `json:"-"`
1698 func (s *AttachedDiskInitializeParams) MarshalJSON() ([]byte, error) {
Dcompute-api.json685 "AttachedDiskInitializeParams": { object