Searched defs:AttachedDiskInitializeParams (Results 1 – 2 of 2) sorted by relevance
1608 type AttachedDiskInitializeParams struct { struct1611 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) {
685 "AttachedDiskInitializeParams": { object