lvpConfig = $lvpConfig; } /** * @return BareMetalLvpConfig */ public function getLvpConfig() { return $this->lvpConfig; } /** * @param int */ public function setSharedPathPvCount($sharedPathPvCount) { $this->sharedPathPvCount = $sharedPathPvCount; } /** * @return int */ public function getSharedPathPvCount() { return $this->sharedPathPvCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BareMetalLvpShareConfig::class, 'Google_Service_GKEOnPrem_BareMetalLvpShareConfig');