autoDelete = $autoDelete; } public function getAutoDelete() { return $this->autoDelete; } public function setBoot($boot) { $this->boot = $boot; } public function getBoot() { return $this->boot; } public function setDeviceName($deviceName) { $this->deviceName = $deviceName; } public function getDeviceName() { return $this->deviceName; } /** * @param Google_Service_Compute_CustomerEncryptionKey */ public function setDiskEncryptionKey(Google_Service_Compute_CustomerEncryptionKey $diskEncryptionKey) { $this->diskEncryptionKey = $diskEncryptionKey; } /** * @return Google_Service_Compute_CustomerEncryptionKey */ public function getDiskEncryptionKey() { return $this->diskEncryptionKey; } /** * @param Google_Service_Compute_GuestOsFeature */ public function setGuestOsFeatures($guestOsFeatures) { $this->guestOsFeatures = $guestOsFeatures; } /** * @return Google_Service_Compute_GuestOsFeature */ public function getGuestOsFeatures() { return $this->guestOsFeatures; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } /** * @param Google_Service_Compute_AttachedDiskInitializeParams */ public function setInitializeParams(Google_Service_Compute_AttachedDiskInitializeParams $initializeParams) { $this->initializeParams = $initializeParams; } /** * @return Google_Service_Compute_AttachedDiskInitializeParams */ public function getInitializeParams() { return $this->initializeParams; } public function setInterface($interface) { $this->interface = $interface; } public function getInterface() { return $this->interface; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLicenses($licenses) { $this->licenses = $licenses; } public function getLicenses() { return $this->licenses; } public function setMode($mode) { $this->mode = $mode; } public function getMode() { return $this->mode; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }