backingType = $backingType; } /** * @return string */ public function getBackingType() { return $this->backingType; } /** * @param string */ public function setRdmCompatibility($rdmCompatibility) { $this->rdmCompatibility = $rdmCompatibility; } /** * @return string */ public function getRdmCompatibility() { return $this->rdmCompatibility; } /** * @param bool */ public function setShared($shared) { $this->shared = $shared; } /** * @return bool */ public function getShared() { return $this->shared; } /** * @param string */ public function setVmdkMode($vmdkMode) { $this->vmdkMode = $vmdkMode; } /** * @return string */ public function getVmdkMode() { return $this->vmdkMode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VmwareDiskConfig::class, 'Google_Service_MigrationCenterAPI_VmwareDiskConfig');