networkVpc = $networkVpc;
}
/**
* @return string
*/
public function getNetworkVpc()
{
return $this->networkVpc;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(PeeredVpc::class, 'Google_Service_BeyondCorp_PeeredVpc');